#58D0E5

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

Shades of Turquoise Blue #58D0E5

Tints of Turquoise Blue #58D0E5

Color information

#58D0E5 (or 0x58D0E5) is unknown color: approx Turquoise Blue. HEX triplet: 58, D0 and E5. RGB value is (88,208,229). Sum of RGB (Red+Green+Blue) = 88+208+229=525 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.76% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 229 - color contains mainly: blue. Hex color #58D0E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D0E5 is #A72F1A. Grayscale: #AEAEAE. Windows color (decimal): -10956571 or 15061080. OLE color: 15061080.

HSL color Cylindrical-coordinate representation of color #58D0E5: hue angle of 188.94º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58D0E5 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB88208229-
CMYK0.620.0900.10
HSL188.94º73.06%62.16%-
HSV(B)188.94º61.57%89.8%-
XYZ40.7252.8482.18-
YUV174.51158.7466.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.76%
GREEN value IS 208 (81.64% from 255) = 39.62%
BLUE value IS 229 (89.84% from 255) = 43.62%
R=16.76%
G=39.62%
B=43.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal882082290.620.0900.10188.9473.0662.16
Hex58D0E53E90Abd493e
Octal130320345761101227511176
Binary10110001101000011100101111110100101010101111011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,208,229); }

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

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

 a { background-color: rgb(88,208,229); }

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

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

 span { border-color: rgb(88,208,229); }

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