#72EBF0

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

Shades of Turquoise Blue #72EBF0

Tints of Turquoise Blue #72EBF0

Color information

#72EBF0 (or 0x72EBF0) is unknown color: approx Turquoise Blue. HEX triplet: 72, EB and F0. RGB value is (114,235,240). Sum of RGB (Red+Green+Blue) = 114+235+240=589 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.35% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #72EBF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72EBF0 is #8D140F. Grayscale: #C7C7C7. Windows color (decimal): -9245712 or 15788914. OLE color: 15788914.

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

Color convert

RGB114235240-
CMYK0.520.0200.06
HSL182.38º80.77%69.41%-
HSV(B)182.38º52.5%94.12%-
XYZ52.3869.2993.05-
YUV199.39150.9167.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.35%
GREEN value IS 235 (92.19% from 255) = 39.90%
BLUE value IS 240 (94.14% from 255) = 40.75%
R=19.35%
G=39.90%
B=40.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1142352400.520.0200.06182.3880.7769.41
Hex72EBF034206b65145
Octal16235336064206266121105
Binary111001011101011111100001101001001101011011010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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