#72DEF9

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

Shades of Turquoise Blue #72DEF9

Tints of Turquoise Blue #72DEF9

Color information

#72DEF9 (or 0x72DEF9) is unknown color: approx Turquoise Blue. HEX triplet: 72, DE and F9. RGB value is (114,222,249). Sum of RGB (Red+Green+Blue) = 114+222+249=585 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.49% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #72DEF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DEF9 is #8D2106. Grayscale: #C0C0C0. Windows color (decimal): -9249031 or 16375410. OLE color: 16375410.

HSL color Cylindrical-coordinate representation of color #72DEF9: hue angle of 192º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72DEF9 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB114222249-
CMYK0.540.1100.02
HSL192º91.84%71.18%-
HSV(B)192º54.22%97.65%-
XYZ50.1662.6699.07-
YUV192.79159.7271.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.49%
GREEN value IS 222 (87.11% from 255) = 37.95%
BLUE value IS 249 (97.66% from 255) = 42.56%
R=19.49%
G=37.95%
B=42.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1142222490.540.1100.0219291.8471.18
Hex72DEF936B02c05c47
Octal162336371661302300134107
Binary1110010110111101111100111011010110101100000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,222,249); }

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

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

 a { background-color: rgb(114,222,249); }

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

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

 span { border-color: rgb(114,222,249); }

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