#58DEF9

Color #58DEF9 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #58DEF9

Tints of Turquoise Blue #58DEF9

Color information

#58DEF9 (or 0x58DEF9) is unknown color: approx Turquoise Blue. HEX triplet: 58, DE and F9. RGB value is (88,222,249). Sum of RGB (Red+Green+Blue) = 88+222+249=559 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.74% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #58DEF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DEF9 is #A72106. Grayscale: #B8B8B8. Windows color (decimal): -10952967 or 16375384. OLE color: 16375384.

HSL color Cylindrical-coordinate representation of color #58DEF9: hue angle of 190.06º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58DEF9 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB88222249-
CMYK0.650.1100.02
HSL190.06º93.06%66.08%-
HSV(B)190.06º64.66%97.65%-
XYZ47.2461.1698.94-
YUV185.01164.1158.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 15.74%
GREEN value IS 222 (87.11% from 255) = 39.71%
BLUE value IS 249 (97.66% from 255) = 44.54%
R=15.74%
G=39.71%
B=44.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal882222490.650.1100.02190.0693.0666.08
Hex58DEF941B02be5d42
Octal1303363711011302276135102
Binary10110001101111011111001100000110110101011111010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58DEF9; }

 p { color: rgb(88,222,249); }

 H1.HeaderClassName
 {
   color: #58DEF9;
 }
 .AnyTagClassName
 {
   color: #58DEF9;
 }
</style>
background-color css

<style>
 a { background-color: #58DEF9; }

 a { background-color: rgb(88,222,249); }

 div.DivClassName
 {
   background-color: #58DEF9;
 }
 .BgClassName
 {
   background-color: #58DEF9;
 }
</style>
border-color css

<style>
 span { border-color: #58DEF9; }

 span { border-color: rgb(88,222,249); }

 td.TdClassName
 {
   border-color: #58DEF9;
 }
 .TagClassName
 {
   border-color: #58DEF9;
 }
</style>