#72D9EF

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

Shades of Turquoise Blue #72D9EF

Tints of Turquoise Blue #72D9EF

Color information

#72D9EF (or 0x72D9EF) is unknown color: approx Turquoise Blue. HEX triplet: 72, D9 and EF. RGB value is (114,217,239). Sum of RGB (Red+Green+Blue) = 114+217+239=570 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #72D9EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72D9EF is #8D2610. Grayscale: #BCBCBC. Windows color (decimal): -9250321 or 15718770. OLE color: 15718770.

HSL color Cylindrical-coordinate representation of color #72D9EF: hue angle of 190.56º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72D9EF is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB114217239-
CMYK0.520.0900.06
HSL190.56º79.62%69.22%-
HSV(B)190.56º52.3%93.73%-
XYZ47.3359.4490.64-
YUV188.71156.3874.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20%
GREEN value IS 217 (85.16% from 255) = 38.07%
BLUE value IS 239 (93.75% from 255) = 41.93%
R=20%
G=38.07%
B=41.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1142172390.520.0900.06190.5679.6269.22
Hex72D9EF34906bf5045
Octal162331357641106277120105
Binary11100101101100111101111110100100101101011111110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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