#72DFEE

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

Shades of Turquoise Blue #72DFEE

Tints of Turquoise Blue #72DFEE

Color information

#72DFEE (or 0x72DFEE) is unknown color: approx Turquoise Blue. HEX triplet: 72, DF and EE. RGB value is (114,223,238). Sum of RGB (Red+Green+Blue) = 114+223+238=575 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.83% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #72DFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DFEE is #8D2011. Grayscale: #BFBFBF. Windows color (decimal): -9248786 or 15654770. OLE color: 15654770.

HSL color Cylindrical-coordinate representation of color #72DFEE: hue angle of 187.26º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72DFEE is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB114223238-
CMYK0.520.0600.07
HSL187.26º78.48%69.02%-
HSV(B)187.26º52.1%93.33%-
XYZ48.7662.5390.39-
YUV192.12153.8972.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.83%
GREEN value IS 223 (87.5% from 255) = 38.78%
BLUE value IS 238 (93.36% from 255) = 41.39%
R=19.83%
G=38.78%
B=41.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1142232380.520.0600.07187.2678.4869.02
Hex72DFEE34607bb4e45
Octal16233735664607273116105
Binary1110010110111111110111011010011001111011101110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,223,238); }

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

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

 a { background-color: rgb(114,223,238); }

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

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

 span { border-color: rgb(114,223,238); }

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