#58D8E0

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

Shades of Turquoise Blue #58D8E0

Tints of Turquoise Blue #58D8E0

Color information

#58D8E0 (or 0x58D8E0) is unknown color: approx Turquoise Blue. HEX triplet: 58, D8 and E0. RGB value is (88,216,224). Sum of RGB (Red+Green+Blue) = 88+216+224=528 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.67% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #58D8E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D8E0 is #A7271F. Grayscale: #B2B2B2. Windows color (decimal): -10954528 or 14735448. OLE color: 14735448.

HSL color Cylindrical-coordinate representation of color #58D8E0: hue angle of 183.53º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58D8E0 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB88216224-
CMYK0.610.0400.12
HSL183.53º68.69%61.18%-
HSV(B)183.53º60.71%87.84%-
XYZ42.0356.5779.22-
YUV178.64153.5963.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.67%
GREEN value IS 216 (84.77% from 255) = 40.91%
BLUE value IS 224 (87.89% from 255) = 42.42%
R=16.67%
G=40.91%
B=42.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal882162240.610.0400.12183.5368.6961.18
Hex58D8E03D40Cb8453d
Octal13033034075401427010575
Binary1011000110110001110000011110110001100101110001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,216,224); }

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

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

 a { background-color: rgb(88,216,224); }

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

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

 span { border-color: rgb(88,216,224); }

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