#72DFFB

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

Shades of Turquoise Blue #72DFFB

Tints of Turquoise Blue #72DFFB

Color information

#72DFFB (or 0x72DFFB) is unknown color: approx Turquoise Blue. HEX triplet: 72, DF and FB. RGB value is (114,223,251). Sum of RGB (Red+Green+Blue) = 114+223+251=588 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.39% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #72DFFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DFFB is #8D2004. Grayscale: #C1C1C1. Windows color (decimal): -9248773 or 16506738. OLE color: 16506738.

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

Color convert

RGB114223251-
CMYK0.550.1100.02
HSL192.26º94.48%71.57%-
HSV(B)192.26º54.58%98.43%-
XYZ50.7463.32100.81-
YUV193.6160.3971.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.39%
GREEN value IS 223 (87.5% from 255) = 37.93%
BLUE value IS 251 (98.44% from 255) = 42.69%
R=19.39%
G=37.93%
B=42.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1142232510.550.1100.02192.2694.4871.57
Hex72DFFB37B02c05e48
Octal162337373671302300136110
Binary1110010110111111111101111011110110101100000010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,223,251); }

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

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

 a { background-color: rgb(114,223,251); }

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

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

 span { border-color: rgb(114,223,251); }

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