#72D3EA

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

Shades of Turquoise Blue #72D3EA

Tints of Turquoise Blue #72D3EA

Color information

#72D3EA (or 0x72D3EA) is unknown color: approx Turquoise Blue. HEX triplet: 72, D3 and EA. RGB value is (114,211,234). Sum of RGB (Red+Green+Blue) = 114+211+234=559 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.39% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #72D3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72D3EA is #8D2C15. Grayscale: #B8B8B8. Windows color (decimal): -9251862 or 15389554. OLE color: 15389554.

HSL color Cylindrical-coordinate representation of color #72D3EA: hue angle of 191.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72D3EA is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114211234-
CMYK0.510.1000.08
HSL191.5º74.07%68.24%-
HSV(B)191.5º51.28%91.76%-
XYZ45.0856.1186.3-
YUV184.62155.8677.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.39%
GREEN value IS 211 (82.81% from 255) = 37.75%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=20.39%
G=37.75%
B=41.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1142112340.510.1000.08191.574.0768.24
Hex72D3EA33A08c04a44
Octal1623233526312010300112104
Binary111001011010011111010101100111010010001100000010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,211,234); }

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

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

 a { background-color: rgb(114,211,234); }

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

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

 span { border-color: rgb(114,211,234); }

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