#58CCEA

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

Shades of Turquoise Blue #58CCEA

Tints of Turquoise Blue #58CCEA

Color information

#58CCEA (or 0x58CCEA) is unknown color: approx Turquoise Blue. HEX triplet: 58, CC and EA. RGB value is (88,204,234). Sum of RGB (Red+Green+Blue) = 88+204+234=526 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.73% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #58CCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CCEA is #A73315. Grayscale: #ACACAC. Windows color (decimal): -10957590 or 15387736. OLE color: 15387736.

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

Color convert

RGB88204234-
CMYK0.620.1300.08
HSL192.33º77.66%63.14%-
HSV(B)192.33º62.39%91.76%-
XYZ40.4751.285.59-
YUV172.74162.5767.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.73%
GREEN value IS 204 (80.08% from 255) = 38.78%
BLUE value IS 234 (91.80% from 255) = 44.49%
R=16.73%
G=38.78%
B=44.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal882042340.620.1300.08192.3377.6663.14
Hex58CCEA3ED08c04e3f
Octal130314352761501030011677
Binary10110001100110011101010111110110101000110000001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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