#58D6E3

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

Shades of Turquoise Blue #58D6E3

Tints of Turquoise Blue #58D6E3

Color information

#58D6E3 (or 0x58D6E3) is unknown color: approx Turquoise Blue. HEX triplet: 58, D6 and E3. RGB value is (88,214,227). Sum of RGB (Red+Green+Blue) = 88+214+227=529 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.64% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 227 (89.06% from 255 or 42.91% from 529); Max value from RGB is 227 - color contains mainly: blue. Hex color #58D6E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D6E3 is #A7291C. Grayscale: #B1B1B1. Windows color (decimal): -10955037 or 14931544. OLE color: 14931544.

HSL color Cylindrical-coordinate representation of color #58D6E3: hue angle of 185.61º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58D6E3 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB88214227-
CMYK0.610.0600.11
HSL185.61º71.28%61.76%-
HSV(B)185.61º61.23%89.02%-
XYZ41.9455.7181.22-
YUV177.81155.7663.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.64%
GREEN value IS 214 (83.98% from 255) = 40.45%
BLUE value IS 227 (89.06% from 255) = 42.91%
R=16.64%
G=40.45%
B=42.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal882142270.610.0600.11185.6171.2861.76
Hex58D6E33D60Bba473e
Octal13032634375601327210776
Binary1011000110101101110001111110111001011101110101000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,214,227); }

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

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

 a { background-color: rgb(88,214,227); }

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

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

 span { border-color: rgb(88,214,227); }

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