#58DFEA

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

Shades of Turquoise Blue #58DFEA

Tints of Turquoise Blue #58DFEA

Color information

#58DFEA (or 0x58DFEA) is unknown color: approx Turquoise Blue. HEX triplet: 58, DF and EA. RGB value is (88,223,234). Sum of RGB (Red+Green+Blue) = 88+223+234=545 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.15% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #58DFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DFEA is #A72015. Grayscale: #B7B7B7. Windows color (decimal): -10952726 or 15392600. OLE color: 15392600.

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

Color convert

RGB88223234-
CMYK0.620.0500.08
HSL184.52º77.66%63.14%-
HSV(B)184.52º62.39%91.76%-
XYZ45.2660.7987.19-
YUV183.89156.2759.61-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal882232340.620.0500.08184.5277.6663.14
Hex58DFEA3E508b94e3f
Octal13033735276501027111677
Binary1011000110111111110101011111010101000101110011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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