#58D7E3

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

Shades of Turquoise Blue #58D7E3

Tints of Turquoise Blue #58D7E3

Color information

#58D7E3 (or 0x58D7E3) is unknown color: approx Turquoise Blue. HEX triplet: 58, D7 and E3. RGB value is (88,215,227). Sum of RGB (Red+Green+Blue) = 88+215+227=530 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.60% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 227 (89.06% from 255 or 42.83% from 530); Max value from RGB is 227 - color contains mainly: blue. Hex color #58D7E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D7E3 is #A7281C. Grayscale: #B2B2B2. Windows color (decimal): -10954781 or 14931800. OLE color: 14931800.

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

Color convert

RGB88215227-
CMYK0.610.0500.11
HSL185.18º71.28%61.76%-
HSV(B)185.18º61.23%89.02%-
XYZ42.1956.2281.3-
YUV178.4155.4263.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.60%
GREEN value IS 215 (84.38% from 255) = 40.57%
BLUE value IS 227 (89.06% from 255) = 42.83%
R=16.60%
G=40.57%
B=42.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal882152270.610.0500.11185.1871.2861.76
Hex58D7E33D50Bb9473e
Octal13032734375501327110776
Binary1011000110101111110001111110110101011101110011000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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