#58CEE7

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

Shades of Turquoise Blue #58CEE7

Tints of Turquoise Blue #58CEE7

Color information

#58CEE7 (or 0x58CEE7) is unknown color: approx Turquoise Blue. HEX triplet: 58, CE and E7. RGB value is (88,206,231). Sum of RGB (Red+Green+Blue) = 88+206+231=525 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.76% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 231 (90.62% from 255 or 44% from 525); Max value from RGB is 231 - color contains mainly: blue. Hex color #58CEE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CEE7 is #A73118. Grayscale: #ADADAD. Windows color (decimal): -10957081 or 15191640. OLE color: 15191640.

HSL color Cylindrical-coordinate representation of color #58CEE7: hue angle of 190.49º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58CEE7 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB88206231-
CMYK0.620.1100.09
HSL190.49º74.87%62.55%-
HSV(B)190.49º61.9%90.59%-
XYZ40.5251.9983.5-
YUV173.57160.4166.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.76%
GREEN value IS 206 (80.86% from 255) = 39.24%
BLUE value IS 231 (90.62% from 255) = 44%
R=16.76%
G=39.24%
B=44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal882062310.620.1100.09190.4974.8762.55
Hex58CEE73EB09be4b3f
Octal130316347761301127611377
Binary10110001100111011100111111110101101001101111101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,206,231); }

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

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

 a { background-color: rgb(88,206,231); }

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

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

 span { border-color: rgb(88,206,231); }

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