Html Css Color HEX #72EFE5 Turquoise Blue

📋 copy color: '#72EFE5'

red 114 ◦ green 239 ◦ blue 229

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

Shades of Turquoise Blue #72EFE5

Tints of Turquoise Blue #72EFE5

RGB

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

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

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

R = 19.59%
G = 41.07%
B = 39.35%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#72EFE5 (or 0x72EFE5) is known color: Turquoise Blue. HEX triplet: 72, EF and E5. RGB value is (114,239,229). Sum of RGB (Red+Green+Blue) = 114+239+229=582 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.59% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 239 - color contains mainly: green. Hex color #72EFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EFE5 is #8D101A. Grayscale: #C8C8C8. Windows color (decimal): -9244699 or 15069042. OLE color: 15069042.

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

Color convert

RGB 114 239 229 -
CMYK 0.52 0 0.04 0.06
HSL 175.2º 0.8% 0.69% -
HSV(B) 175.2º 0.52% 0.94% -
XYZ 51.95 70.97 85.09 -
YUV 200.49 144.09 66.31 -
System Red Green Blue C M Y K H S L
Decimal 114 239 229 0.52 0 0.04 0.06 175.2 0.8 0.69
Hex 72 EF E5 34 0 4 6 AF 50 45
Octal 162 357 345 64 0 4 6 257 120 105
Binary 1110010 11101111 11100101 110100 0 100 110 10101111 1010000 1000101

Color Harmonies of #72EFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EFE5

Black with #72EFE5

Text Example


Text Example

White with #72EFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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