Html Css Color HEX #72ECE5 Turquoise Blue

📋 copy color: '#72ECE5'

red 114 ◦ green 236 ◦ blue 229

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

Shades of Turquoise Blue #72ECE5

Tints of Turquoise Blue #72ECE5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.76%

 BLUE value IS 229 (89.84% from 255) = 39.55%

R = 19.69%
G = 40.76%
B = 39.55%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#72ECE5 (or 0x72ECE5) is known color: Turquoise Blue. HEX triplet: 72, EC and E5. RGB value is (114,236,229). Sum of RGB (Red+Green+Blue) = 114+236+229=579 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.69% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72ECE5 is #8D131A. Grayscale: #C6C6C6. Windows color (decimal): -9245467 or 15068274. OLE color: 15068274.

HSL color Cylindrical-coordinate representation of color #72ECE5: hue angle of 176.56º degrees, saturation: 0.76, 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 #72ECE5 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 236 229 -
CMYK 0.52 0 0.03 0.07
HSL 176.56º 0.76% 0.69% -
HSV(B) 176.56º 0.52% 0.93% -
XYZ 51.08 69.23 84.8 -
YUV 198.72 145.08 67.57 -
System Red Green Blue C M Y K H S L
Decimal 114 236 229 0.52 0 0.03 0.07 176.56 0.76 0.69
Hex 72 EC E5 34 0 3 7 B1 4C 45
Octal 162 354 345 64 0 3 7 261 114 105
Binary 1110010 11101100 11100101 110100 0 11 111 10110001 1001100 1000101

Color Harmonies of #72ECE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ECE5

Black with #72ECE5

Text Example


Text Example

White with #72ECE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,236,229); }

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

background-color css

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

 a { background-color: rgb(114,236,229); }

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

border-color css

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

 span { border-color: rgb(114,236,229); }

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