#72D5F0

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

Shades of Turquoise Blue #72D5F0

Tints of Turquoise Blue #72D5F0

Color information

#72D5F0 (or 0x72D5F0) is unknown color: approx Turquoise Blue. HEX triplet: 72, D5 and F0. RGB value is (114,213,240). Sum of RGB (Red+Green+Blue) = 114+213+240=567 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.11% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #72D5F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72D5F0 is #8D2A0F. Grayscale: #BABABA. Windows color (decimal): -9251344 or 15783282. OLE color: 15783282.

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

Color convert

RGB114213240-
CMYK0.520.1100.06
HSL192.86º80.77%69.41%-
HSV(B)192.86º52.5%94.12%-
XYZ46.4657.4691.08-
YUV186.48158.276.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.11%
GREEN value IS 213 (83.59% from 255) = 37.57%
BLUE value IS 240 (94.14% from 255) = 42.33%
R=20.11%
G=37.57%
B=42.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1142132400.520.1100.06192.8680.7769.41
Hex72D5F034B06c15145
Octal162325360641306301121105
Binary11100101101010111110000110100101101101100000110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,213,240); }

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

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

 a { background-color: rgb(114,213,240); }

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

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

 span { border-color: rgb(114,213,240); }

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