Html Css Color HEX #72E7E3 Turquoise Blue

📋 copy color: '#72E7E3'

red 114 ◦ green 231 ◦ blue 227

#72E7E3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #72E7E3

Tints of Turquoise Blue #72E7E3

RGB

 RED value IS 114 (44.92% from 255) = 19.93%

 GREEN value IS 231 (90.63% from 255) = 40.38%

 BLUE value IS 227 (89.06% from 255) = 39.69%

R = 19.93%
G = 40.38%
B = 39.69%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#72E7E3 (or 0x72E7E3) is known color: Turquoise Blue. HEX triplet: 72, E7 and E3. RGB value is (114,231,227). Sum of RGB (Red+Green+Blue) = 114+231+227=572 (75% of max value = 765). Red value is 114 (44.92% from 255 or 19.93% from 572); Green value is 231 (90.62% from 255 or 40.38% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 231 - color contains mainly: green. Hex color #72E7E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72E7E3 is #8D181C. Grayscale: #C3C3C3. Windows color (decimal): -9246749 or 14935922. OLE color: 14935922.

HSL color Cylindrical-coordinate representation of color #72E7E3: hue angle of 177.95º degrees, saturation: 0.71, 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 #72E7E3 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 231 227 -
CMYK 0.51 0 0.02 0.09
HSL 177.95º 0.71% 0.68% -
HSV(B) 177.95º 0.51% 0.91% -
XYZ 49.38 66.28 82.86 -
YUV 195.56 145.74 69.83 -
System Red Green Blue C M Y K H S L
Decimal 114 231 227 0.51 0 0.02 0.09 177.95 0.71 0.68
Hex 72 E7 E3 33 0 2 9 B2 47 44
Octal 162 347 343 63 0 2 11 262 107 104
Binary 1110010 11100111 11100011 110011 0 10 1001 10110010 1000111 1000100

Color Harmonies of #72E7E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E7E3

Black with #72E7E3

Text Example


Text Example

White with #72E7E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,231,227); }

 H1.HeaderClassName
 {
   color: #72E7E3;
 }
 .AnyTagClassName
 {
   color: #72E7E3;
 }
</style>

background-color css

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

 a { background-color: rgb(114,231,227); }

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

border-color css

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

 span { border-color: rgb(114,231,227); }

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