#58D9F9

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

Shades of Turquoise Blue #58D9F9

Tints of Turquoise Blue #58D9F9

Color information

#58D9F9 (or 0x58D9F9) is unknown color: approx Turquoise Blue. HEX triplet: 58, D9 and F9. RGB value is (88,217,249). Sum of RGB (Red+Green+Blue) = 88+217+249=554 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.88% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #58D9F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58D9F9 is #A72606. Grayscale: #B5B5B5. Windows color (decimal): -10954247 or 16374104. OLE color: 16374104.

HSL color Cylindrical-coordinate representation of color #58D9F9: hue angle of 191.93º 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 #58D9F9 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB88217249-
CMYK0.650.1300.02
HSL191.93º93.06%66.08%-
HSV(B)191.93º64.66%97.65%-
XYZ45.9458.5498.5-
YUV182.08165.7660.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.88%
GREEN value IS 217 (85.16% from 255) = 39.17%
BLUE value IS 249 (97.66% from 255) = 44.95%
R=15.88%
G=39.17%
B=44.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal882172490.650.1300.02191.9393.0666.08
Hex58D9F941D02c05d42
Octal1303313711011502300135102
Binary10110001101100111111001100000111010101100000010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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