#58D4FC

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

Shades of Turquoise Blue #58D4FC

Tints of Turquoise Blue #58D4FC

Color information

#58D4FC (or 0x58D4FC) is unknown color: approx Turquoise Blue. HEX triplet: 58, D4 and FC. RGB value is (88,212,252). Sum of RGB (Red+Green+Blue) = 88+212+252=552 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.94% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #58D4FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58D4FC is #A72B03. Grayscale: #B3B3B3. Windows color (decimal): -10955524 or 16569432. OLE color: 16569432.

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

Color convert

RGB88212252-
CMYK0.650.1600.01
HSL194.63º96.47%66.67%-
HSV(B)194.63º65.08%98.82%-
XYZ45.1456.19100.56-
YUV179.48168.9262.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.94%
GREEN value IS 212 (83.20% from 255) = 38.41%
BLUE value IS 252 (98.83% from 255) = 45.65%
R=15.94%
G=38.41%
B=45.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal882122520.650.1600.01194.6396.4766.67
Hex58D4FC411001c36043
Octal1303243741012001303140103
Binary10110001101010011111100100000110000011100001111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,212,252); }

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

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

 a { background-color: rgb(88,212,252); }

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

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

 span { border-color: rgb(88,212,252); }

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