#72DDFF

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

Shades of Turquoise Blue #72DDFF

Tints of Turquoise Blue #72DDFF

Color information

#72DDFF (or 0x72DDFF) is unknown color: approx Turquoise Blue. HEX triplet: 72, DD and FF. RGB value is (114,221,255). Sum of RGB (Red+Green+Blue) = 114+221+255=590 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.32% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #72DDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DDFF is #8D2200. Grayscale: #C0C0C0. Windows color (decimal): -9249281 or 16768370. OLE color: 16768370.

HSL color Cylindrical-coordinate representation of color #72DDFF: hue angle of 194.47º 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 #72DDFF is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB114221255-
CMYK0.550.1300
HSL194.47º100%72.35%-
HSV(B)194.47º55.29%100%-
XYZ50.8562.51103.99-
YUV192.88163.0571.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.32%
GREEN value IS 221 (86.72% from 255) = 37.46%
BLUE value IS 255 (100% from 255) = 43.22%
R=19.32%
G=37.46%
B=43.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1142212550.550.1300194.4710072.35
Hex72DDFF37D00c26448
Octal162335377671500302144110
Binary111001011011101111111111101111101001100001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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