#58EACD

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

Shades of Turquoise #58EACD

Tints of Turquoise #58EACD

Color information

#58EACD (or 0x58EACD) is unknown color: approx Turquoise. HEX triplet: 58, EA and CD. RGB value is (88,234,205). Sum of RGB (Red+Green+Blue) = 88+234+205=527 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.70% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #58EACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EACD is #A71532. Grayscale: #BBBBBB. Windows color (decimal): -10949939 or 13494872. OLE color: 13494872.

HSL color Cylindrical-coordinate representation of color #58EACD: hue angle of 168.08º 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 #58EACD is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB88234205-
CMYK0.6200.120.08
HSL168.08º77.66%63.14%-
HSV(B)168.08º62.39%91.76%-
XYZ44.4765.3368.02-
YUV187.04138.1357.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.70%
GREEN value IS 234 (91.80% from 255) = 44.40%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=16.70%
G=44.40%
B=38.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal882342050.6200.120.08168.0877.6663.14
Hex58EACD3E0C8a84e3f
Octal130352315760141025011677
Binary10110001110101011001101111110011001000101010001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58EACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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