#72D9FC

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

Shades of Turquoise Blue #72D9FC

Tints of Turquoise Blue #72D9FC

Color information

#72D9FC (or 0x72D9FC) is unknown color: approx Turquoise Blue. HEX triplet: 72, D9 and FC. RGB value is (114,217,252). Sum of RGB (Red+Green+Blue) = 114+217+252=583 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.55% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #72D9FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72D9FC is #8D2603. Grayscale: #BDBDBD. Windows color (decimal): -9250308 or 16570738. OLE color: 16570738.

HSL color Cylindrical-coordinate representation of color #72D9FC: hue angle of 195.22º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72D9FC is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB114217252-
CMYK0.550.1400.01
HSL195.22º95.83%71.76%-
HSV(B)195.22º54.76%98.82%-
XYZ49.3260.23101.12-
YUV190.19162.8873.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.55%
GREEN value IS 217 (85.16% from 255) = 37.22%
BLUE value IS 252 (98.83% from 255) = 43.22%
R=19.55%
G=37.22%
B=43.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1142172520.550.1400.01195.2295.8371.76
Hex72D9FC37E01c36048
Octal162331374671601303140110
Binary111001011011001111111001101111110011100001111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72D9FC; }

 p { color: rgb(114,217,252); }

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

<style>
 a { background-color: #72D9FC; }

 a { background-color: rgb(114,217,252); }

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

<style>
 span { border-color: #72D9FC; }

 span { border-color: rgb(114,217,252); }

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