#58DAFD

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

Shades of Turquoise Blue #58DAFD

Tints of Turquoise Blue #58DAFD

Color information

#58DAFD (or 0x58DAFD) is unknown color: approx Turquoise Blue. HEX triplet: 58, DA and FD. RGB value is (88,218,253). Sum of RGB (Red+Green+Blue) = 88+218+253=559 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.74% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #58DAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DAFD is #A72502. Grayscale: #B6B6B6. Windows color (decimal): -10953987 or 16636504. OLE color: 16636504.

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

Color convert

RGB88218253-
CMYK0.650.1400.01
HSL192.73º97.63%66.86%-
HSV(B)192.73º65.22%99.22%-
XYZ46.8359.31101.91-
YUV183.12167.4360.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.74%
GREEN value IS 218 (85.55% from 255) = 39.00%
BLUE value IS 253 (99.22% from 255) = 45.26%
R=15.74%
G=39.00%
B=45.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal882182530.650.1400.01192.7397.6366.86
Hex58DAFD41E01c16243
Octal1303323751011601301142103
Binary1011000110110101111110110000011110011100000111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,218,253); }

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

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

 a { background-color: rgb(88,218,253); }

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

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

 span { border-color: rgb(88,218,253); }

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