#58DDFF

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

Shades of Turquoise Blue #58DDFF

Tints of Turquoise Blue #58DDFF

Color information

#58DDFF (or 0x58DDFF) is unknown color: approx Turquoise Blue. HEX triplet: 58, DD and FF. RGB value is (88,221,255). Sum of RGB (Red+Green+Blue) = 88+221+255=564 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.60% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #58DDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DDFF is #A72200. Grayscale: #B8B8B8. Windows color (decimal): -10953217 or 16768344. OLE color: 16768344.

HSL color Cylindrical-coordinate representation of color #58DDFF: hue angle of 192.22º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58DDFF is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB88221255-
CMYK0.650.1300
HSL192.22º100%67.25%-
HSV(B)192.22º65.49%100%-
XYZ47.9361.01103.86-
YUV185.11167.4458.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.60%
GREEN value IS 221 (86.72% from 255) = 39.18%
BLUE value IS 255 (100% from 255) = 45.21%
R=15.60%
G=39.18%
B=45.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal882212550.650.1300192.2210067.25
Hex58DDFF41D00c06443
Octal1303353771011500300144103
Binary1011000110111011111111110000011101001100000011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,221,255); }

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

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

 a { background-color: rgb(88,221,255); }

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

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

 span { border-color: rgb(88,221,255); }

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