#72CFE9

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

Shades of Turquoise Blue #72CFE9

Tints of Turquoise Blue #72CFE9

Color information

#72CFE9 (or 0x72CFE9) is unknown color: approx Turquoise Blue. HEX triplet: 72, CF and E9. RGB value is (114,207,233). Sum of RGB (Red+Green+Blue) = 114+207+233=554 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.58% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 233 (91.41% from 255 or 42.06% from 554); Max value from RGB is 233 - color contains mainly: blue. Hex color #72CFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CFE9 is #8D3016. Grayscale: #B5B5B5. Windows color (decimal): -9252887 or 15322994. OLE color: 15322994.

HSL color Cylindrical-coordinate representation of color #72CFE9: hue angle of 193.11º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72CFE9 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB114207233-
CMYK0.510.1100.09
HSL193.11º73.01%68.04%-
HSV(B)193.11º51.07%91.37%-
XYZ43.9654.0985.21-
YUV182.16156.6979.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.58%
GREEN value IS 207 (81.25% from 255) = 37.36%
BLUE value IS 233 (91.41% from 255) = 42.06%
R=20.58%
G=37.36%
B=42.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1142072330.510.1100.09193.1173.0168.04
Hex72CFE933B09c14944
Octal1623173516313011301111104
Binary111001011001111111010011100111011010011100000110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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