#58E9DD

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

Shades of Turquoise #58E9DD

Tints of Turquoise #58E9DD

Color information

#58E9DD (or 0x58E9DD) is unknown color: approx Turquoise. HEX triplet: 58, E9 and DD. RGB value is (88,233,221). Sum of RGB (Red+Green+Blue) = 88+233+221=542 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.24% from 542); Green value is 233 (91.41% from 255 or 42.99% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 233 - color contains mainly: green. Hex color #58E9DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58E9DD is #A71622. Grayscale: #BCBCBC. Windows color (decimal): -10950179 or 14543192. OLE color: 14543192.

HSL color Cylindrical-coordinate representation of color #58E9DD: hue angle of 175.03º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58E9DD is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB88233221-
CMYK0.6200.050.09
HSL175.03º76.72%62.94%-
HSV(B)175.03º62.23%91.37%-
XYZ46.2165.5778.63-
YUV188.28146.4656.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.24%
GREEN value IS 233 (91.41% from 255) = 42.99%
BLUE value IS 221 (86.72% from 255) = 40.77%
R=16.24%
G=42.99%
B=40.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal882332210.6200.050.09175.0376.7262.94
Hex58E9DD3E059af4d3f
Octal13035133576051125711577
Binary1011000111010011101110111111001011001101011111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58E9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,233,221); }

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

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

 a { background-color: rgb(88,233,221); }

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

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

 span { border-color: rgb(88,233,221); }

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