#58EADF

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

Shades of Turquoise #58EADF

Tints of Turquoise #58EADF

Color information

#58EADF (or 0x58EADF) is unknown color: approx Turquoise. HEX triplet: 58, EA and DF. RGB value is (88,234,223). Sum of RGB (Red+Green+Blue) = 88+234+223=545 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.15% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #58EADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EADF is #A71520. Grayscale: #BCBCBC. Windows color (decimal): -10949921 or 14674520. OLE color: 14674520.

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

Color convert

RGB88234223-
CMYK0.6200.050.08
HSL175.48º77.66%63.14%-
HSV(B)175.48º62.39%91.76%-
XYZ46.7766.2580.13-
YUV189.09147.1355.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.15%
GREEN value IS 234 (91.80% from 255) = 42.94%
BLUE value IS 223 (87.5% from 255) = 40.92%
R=16.15%
G=42.94%
B=40.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal882342230.6200.050.08175.4877.6663.14
Hex58EADF3E058af4e3f
Octal13035233776051025711677
Binary1011000111010101101111111111001011000101011111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58EADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,234,223); }

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

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

 a { background-color: rgb(88,234,223); }

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

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

 span { border-color: rgb(88,234,223); }

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