#58D6FD

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

Shades of Turquoise Blue #58D6FD

Tints of Turquoise Blue #58D6FD

Color information

#58D6FD (or 0x58D6FD) is unknown color: approx Turquoise Blue. HEX triplet: 58, D6 and FD. RGB value is (88,214,253). Sum of RGB (Red+Green+Blue) = 88+214+253=555 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.86% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #58D6FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58D6FD is #A72902. Grayscale: #B4B4B4. Windows color (decimal): -10955011 or 16635480. OLE color: 16635480.

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

Color convert

RGB88214253-
CMYK0.650.1500.01
HSL194.18º97.63%66.86%-
HSV(B)194.18º65.22%99.22%-
XYZ45.857.26101.57-
YUV180.77168.7661.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.86%
GREEN value IS 214 (83.98% from 255) = 38.56%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=15.86%
G=38.56%
B=45.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal882142530.650.1500.01194.1897.6366.86
Hex58D6FD41F01c26243
Octal1303263751011701302142103
Binary1011000110101101111110110000011111011100001011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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