#58E3DE

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

Shades of Turquoise Blue #58E3DE

Tints of Turquoise Blue #58E3DE

Color information

#58E3DE (or 0x58E3DE) is unknown color: approx Turquoise Blue. HEX triplet: 58, E3 and DE. RGB value is (88,227,222). Sum of RGB (Red+Green+Blue) = 88+227+222=537 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.39% from 537); Green value is 227 (89.06% from 255 or 42.27% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 227 - color contains mainly: green. Hex color #58E3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E3DE is #A71C21. Grayscale: #B8B8B8. Windows color (decimal): -10951714 or 14607192. OLE color: 14607192.

HSL color Cylindrical-coordinate representation of color #58E3DE: hue angle of 177.84º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58E3DE is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB88227222-
CMYK0.6100.020.11
HSL177.84º71.28%61.76%-
HSV(B)177.84º61.23%89.02%-
XYZ44.6862.2978.78-
YUV184.87148.9558.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.39%
GREEN value IS 227 (89.06% from 255) = 42.27%
BLUE value IS 222 (87.11% from 255) = 41.34%
R=16.39%
G=42.27%
B=41.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal882272220.6100.020.11177.8471.2861.76
Hex58E3DE3D02Bb2473e
Octal13034333675021326210776
Binary101100011100011110111101111010101011101100101000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58E3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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