#58DEE3

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

Shades of Turquoise Blue #58DEE3

Tints of Turquoise Blue #58DEE3

Color information

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

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

Color convert

RGB88222227-
CMYK0.610.0200.11
HSL182.16º71.28%61.76%-
HSV(B)182.16º61.23%89.02%-
XYZ44.0159.8681.91-
YUV182.5153.1160.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal882222270.610.0200.11182.1671.2861.76
Hex58DEE33D20Bb6473e
Octal13033634375201326610776
Binary101100011011110111000111111011001011101101101000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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