#58DCFF

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

Shades of Turquoise Blue #58DCFF

Tints of Turquoise Blue #58DCFF

Color information

#58DCFF (or 0x58DCFF) is unknown color: approx Turquoise Blue. HEX triplet: 58, DC and FF. RGB value is (88,220,255). Sum of RGB (Red+Green+Blue) = 88+220+255=563 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.63% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #58DCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DCFF is #A72300. Grayscale: #B8B8B8. Windows color (decimal): -10953473 or 16768088. OLE color: 16768088.

HSL color Cylindrical-coordinate representation of color #58DCFF: hue angle of 192.57º 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 #58DCFF is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB88220255-
CMYK0.650.1400
HSL192.57º100%67.25%-
HSV(B)192.57º65.49%100%-
XYZ47.6760.48103.77-
YUV184.52167.7759.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.63%
GREEN value IS 220 (86.33% from 255) = 39.08%
BLUE value IS 255 (100% from 255) = 45.29%
R=15.63%
G=39.08%
B=45.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal882202550.650.1400192.5710067.25
Hex58DCFF41E00c16443
Octal1303343771011600301144103
Binary1011000110111001111111110000011110001100000111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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