#72D7F5

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

Shades of Turquoise Blue #72D7F5

Tints of Turquoise Blue #72D7F5

Color information

#72D7F5 (or 0x72D7F5) is unknown color: approx Turquoise Blue. HEX triplet: 72, D7 and F5. RGB value is (114,215,245). Sum of RGB (Red+Green+Blue) = 114+215+245=574 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.86% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 245 - color contains mainly: blue. Hex color #72D7F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72D7F5 is #8D280A. Grayscale: #BBBBBB. Windows color (decimal): -9250827 or 16111474. OLE color: 16111474.

HSL color Cylindrical-coordinate representation of color #72D7F5: hue angle of 193.74º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72D7F5 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB114215245-
CMYK0.530.1200.04
HSL193.74º86.75%70.39%-
HSV(B)193.74º53.47%96.08%-
XYZ47.7258.7795.21-
YUV188.22160.0475.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.86%
GREEN value IS 215 (84.38% from 255) = 37.46%
BLUE value IS 245 (96.09% from 255) = 42.68%
R=19.86%
G=37.46%
B=42.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1142152450.530.1200.04193.7486.7570.39
Hex72D7F535C04c25746
Octal162327365651404302127106
Binary11100101101011111110101110101110001001100001010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,215,245); }

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

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

 a { background-color: rgb(114,215,245); }

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

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

 span { border-color: rgb(114,215,245); }

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