#58DBFF

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

Shades of Turquoise Blue #58DBFF

Tints of Turquoise Blue #58DBFF

Color information

#58DBFF (or 0x58DBFF) is unknown color: approx Turquoise Blue. HEX triplet: 58, DB and FF. RGB value is (88,219,255). Sum of RGB (Red+Green+Blue) = 88+219+255=562 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.66% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #58DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DBFF is #A72400. Grayscale: #B7B7B7. Windows color (decimal): -10953729 or 16767832. OLE color: 16767832.

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

Color convert

RGB88219255-
CMYK0.650.1400
HSL192.93º100%67.25%-
HSV(B)192.93º65.49%100%-
XYZ47.4159.96103.68-
YUV183.94168.159.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.66%
GREEN value IS 219 (85.94% from 255) = 38.97%
BLUE value IS 255 (100% from 255) = 45.37%
R=15.66%
G=38.97%
B=45.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal882192550.650.1400192.9310067.25
Hex58DBFF41E00c16443
Octal1303333771011600301144103
Binary1011000110110111111111110000011110001100000111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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