#72EFE9

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

Shades of Turquoise Blue #72EFE9

Tints of Turquoise Blue #72EFE9

Color information

#72EFE9 (or 0x72EFE9) is unknown color: approx Turquoise Blue. HEX triplet: 72, EF and E9. RGB value is (114,239,233). Sum of RGB (Red+Green+Blue) = 114+239+233=586 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.45% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #72EFE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72EFE9 is #8D1016. Grayscale: #C8C8C8. Windows color (decimal): -9244695 or 15331186. OLE color: 15331186.

HSL color Cylindrical-coordinate representation of color #72EFE9: hue angle of 177.12º 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 #72EFE9 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB114239233-
CMYK0.5200.030.06
HSL177.12º79.62%69.22%-
HSV(B)177.12º52.3%93.73%-
XYZ52.5171.1988.06-
YUV200.94146.0965.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.45%
GREEN value IS 239 (93.75% from 255) = 40.78%
BLUE value IS 233 (91.41% from 255) = 39.76%
R=19.45%
G=40.78%
B=39.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1142392330.5200.030.06177.1279.6269.22
Hex72EFE934036b15045
Octal16235735164036261120105
Binary111001011101111111010011101000111101011000110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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