#58CFEE

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

Shades of Turquoise Blue #58CFEE

Tints of Turquoise Blue #58CFEE

Color information

#58CFEE (or 0x58CFEE) is unknown color: approx Turquoise Blue. HEX triplet: 58, CF and EE. RGB value is (88,207,238). Sum of RGB (Red+Green+Blue) = 88+207+238=533 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.51% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #58CFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CFEE is #A73011. Grayscale: #AEAEAE. Windows color (decimal): -10956818 or 15650648. OLE color: 15650648.

HSL color Cylindrical-coordinate representation of color #58CFEE: hue angle of 192.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58CFEE is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB88207238-
CMYK0.630.1300.07
HSL192.4º81.52%63.92%-
HSV(B)192.4º63.03%93.33%-
XYZ41.7752.8788.89-
YUV174.95163.5865.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.51%
GREEN value IS 207 (81.25% from 255) = 38.84%
BLUE value IS 238 (93.36% from 255) = 44.65%
R=16.51%
G=38.84%
B=44.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal882072380.630.1300.07192.481.5263.92
Hex58CFEE3FD07c05240
Octal130317356771507300122100
Binary10110001100111111101110111111110101111100000010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,207,238); }

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

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

 a { background-color: rgb(88,207,238); }

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

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

 span { border-color: rgb(88,207,238); }

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