Html Css Color HEX #72EFE3 Turquoise Blue

📋 copy color: '#72EFE3'

red 114 ◦ green 239 ◦ blue 227

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

Shades of Turquoise Blue #72EFE3

Tints of Turquoise Blue #72EFE3

RGB

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

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

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

R = 19.66%
G = 41.21%
B = 39.14%

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

#72EFE3 (or 0x72EFE3) is known color: Turquoise Blue. HEX triplet: 72, EF and E3. RGB value is (114,239,227). Sum of RGB (Red+Green+Blue) = 114+239+227=580 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.66% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 227 (89.06% from 255 or 39.14% from 580); Max value from RGB is 239 - color contains mainly: green. Hex color #72EFE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EFE3 is #8D101C. Grayscale: #C8C8C8. Windows color (decimal): -9244701 or 14937970. OLE color: 14937970.

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

Color convert

RGB 114 239 227 -
CMYK 0.52 0 0.05 0.06
HSL 174.24º 0.8% 0.69% -
HSV(B) 174.24º 0.52% 0.94% -
XYZ 51.67 70.86 83.63 -
YUV 200.26 143.09 66.48 -
System Red Green Blue C M Y K H S L
Decimal 114 239 227 0.52 0 0.05 0.06 174.24 0.8 0.69
Hex 72 EF E3 34 0 5 6 AE 50 45
Octal 162 357 343 64 0 5 6 256 120 105
Binary 1110010 11101111 11100011 110100 0 101 110 10101110 1010000 1000101

Color Harmonies of #72EFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EFE3

Black with #72EFE3

Text Example


Text Example

White with #72EFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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