#58EECF

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

Shades of Turquoise #58EECF

Tints of Turquoise #58EECF

Color information

#58EECF (or 0x58EECF) is unknown color: approx Turquoise. HEX triplet: 58, EE and CF. RGB value is (88,238,207). Sum of RGB (Red+Green+Blue) = 88+238+207=533 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.51% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #58EECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EECF is #A71130. Grayscale: #BDBDBD. Windows color (decimal): -10948913 or 13626968. OLE color: 13626968.

HSL color Cylindrical-coordinate representation of color #58EECF: hue angle of 167.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58EECF is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB88238207-
CMYK0.6300.130.07
HSL167.6º81.52%63.92%-
HSV(B)167.6º63.03%93.33%-
XYZ45.8667.7369.69-
YUV189.62137.855.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.51%
GREEN value IS 238 (93.36% from 255) = 44.65%
BLUE value IS 207 (81.25% from 255) = 38.84%
R=16.51%
G=44.65%
B=38.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal882382070.6300.130.07167.681.5263.92
Hex58EECF3F0D7a85240
Octal130356317770157250122100
Binary10110001110111011001111111111011011111010100010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58EECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,238,207); }

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

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

 a { background-color: rgb(88,238,207); }

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

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

 span { border-color: rgb(88,238,207); }

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