#58EED7

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

Shades of Turquoise #58EED7

Tints of Turquoise #58EED7

Color information

#58EED7 (or 0x58EED7) is unknown color: approx Turquoise. HEX triplet: 58, EE and D7. RGB value is (88,238,215). Sum of RGB (Red+Green+Blue) = 88+238+215=541 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.27% from 541); Green value is 238 (93.36% from 255 or 43.99% from 541); Blue value is 215 (84.38% from 255 or 39.74% from 541); Max value from RGB is 238 - color contains mainly: green. Hex color #58EED7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EED7 is #A71128. Grayscale: #BEBEBE. Windows color (decimal): -10948905 or 14151256. OLE color: 14151256.

HSL color Cylindrical-coordinate representation of color #58EED7: hue angle of 170.8º 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 #58EED7 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB88238215-
CMYK0.6300.100.07
HSL170.8º81.52%63.92%-
HSV(B)170.8º63.03%93.33%-
XYZ46.8668.1374.97-
YUV190.53141.854.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.27%
GREEN value IS 238 (93.36% from 255) = 43.99%
BLUE value IS 215 (84.38% from 255) = 39.74%
R=16.27%
G=43.99%
B=39.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal882382150.6300.100.07170.881.5263.92
Hex58EED73F0A7ab5240
Octal130356327770127253122100
Binary10110001110111011010111111111010101111010101110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58EED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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