Html Css Color HEX #72EFE2 Turquoise Blue

📋 copy color: '#72EFE2'

red 114 ◦ green 239 ◦ blue 226

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

Shades of Turquoise Blue #72EFE2

Tints of Turquoise Blue #72EFE2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.28%

 BLUE value IS 226 (88.67% from 255) = 39.03%

R = 19.69%
G = 41.28%
B = 39.03%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#72EFE2 (or 0x72EFE2) is known color: Turquoise Blue. HEX triplet: 72, EF and E2. RGB value is (114,239,226). Sum of RGB (Red+Green+Blue) = 114+239+226=579 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.69% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 226 (88.67% from 255 or 39.03% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #72EFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EFE2 is #8D101D. Grayscale: #C8C8C8. Windows color (decimal): -9244702 or 14872434. OLE color: 14872434.

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

Color convert

RGB 114 239 226 -
CMYK 0.52 0 0.05 0.06
HSL 173.76º 0.8% 0.69% -
HSV(B) 173.76º 0.52% 0.94% -
XYZ 51.53 70.8 82.9 -
YUV 200.14 142.59 66.56 -
System Red Green Blue C M Y K H S L
Decimal 114 239 226 0.52 0 0.05 0.06 173.76 0.8 0.69
Hex 72 EF E2 34 0 5 6 AE 50 45
Octal 162 357 342 64 0 5 6 256 120 105
Binary 1110010 11101111 11100010 110100 0 101 110 10101110 1010000 1000101

Color Harmonies of #72EFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EFE2

Black with #72EFE2

Text Example


Text Example

White with #72EFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,239,226); }

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

background-color css

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

 a { background-color: rgb(114,239,226); }

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

border-color css

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

 span { border-color: rgb(114,239,226); }

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