#58CFED

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

Shades of Turquoise Blue #58CFED

Tints of Turquoise Blue #58CFED

Color information

#58CFED (or 0x58CFED) is unknown color: approx Turquoise Blue. HEX triplet: 58, CF and ED. RGB value is (88,207,237). Sum of RGB (Red+Green+Blue) = 88+207+237=532 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.54% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #58CFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CFED is #A73012. Grayscale: #AEAEAE. Windows color (decimal): -10956819 or 15585112. OLE color: 15585112.

HSL color Cylindrical-coordinate representation of color #58CFED: hue angle of 192.08º degrees, saturation: 0.81, 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 #58CFED is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB88207237-
CMYK0.630.1300.07
HSL192.08º80.54%63.73%-
HSV(B)192.08º62.87%92.94%-
XYZ41.6252.8188.12-
YUV174.84163.0866.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.54%
GREEN value IS 207 (81.25% from 255) = 38.91%
BLUE value IS 237 (92.97% from 255) = 44.55%
R=16.54%
G=38.91%
B=44.55%

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
Decimal882072370.630.1300.07192.0880.5463.73
Hex58CFED3FD07c05140
Octal130317355771507300121100
Binary10110001100111111101101111111110101111100000010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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