#72DEFF

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

Shades of Turquoise Blue #72DEFF

Tints of Turquoise Blue #72DEFF

Color information

#72DEFF (or 0x72DEFF) is unknown color: approx Turquoise Blue. HEX triplet: 72, DE and FF. RGB value is (114,222,255). Sum of RGB (Red+Green+Blue) = 114+222+255=591 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.29% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #72DEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DEFF is #8D2100. Grayscale: #C1C1C1. Windows color (decimal): -9249025 or 16768626. OLE color: 16768626.

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

Color convert

RGB114222255-
CMYK0.550.1300
HSL194.04º100%72.35%-
HSV(B)194.04º55.29%100%-
XYZ51.1163.04104.08-
YUV193.47162.7271.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.29%
GREEN value IS 222 (87.11% from 255) = 37.56%
BLUE value IS 255 (100% from 255) = 43.15%
R=19.29%
G=37.56%
B=43.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1142222550.550.1300194.0410072.35
Hex72DEFF37D00c26448
Octal162336377671500302144110
Binary111001011011110111111111101111101001100001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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