Html Css Color HEX #72EADC Turquoise Blue

📋 copy color: '#72EADC'

red 114 ◦ green 234 ◦ blue 220

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

Shades of Turquoise Blue #72EADC

Tints of Turquoise Blue #72EADC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.2%

 BLUE value IS 220 (86.33% from 255) = 38.73%

R = 20.07%
G = 41.2%
B = 38.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#72EADC (or 0x72EADC) is known color: Turquoise Blue. HEX triplet: 72, EA and DC. RGB value is (114,234,220). Sum of RGB (Red+Green+Blue) = 114+234+220=568 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.07% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #72EADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EADC is #8D1523. Grayscale: #C4C4C4. Windows color (decimal): -9245988 or 14477938. OLE color: 14477938.

HSL color Cylindrical-coordinate representation of color #72EADC: hue angle of 173º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72EADC is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 234 220 -
CMYK 0.51 0 0.06 0.08
HSL 173º 0.74% 0.68% -
HSV(B) 173º 0.51% 0.92% -
XYZ 49.28 67.59 78.16 -
YUV 196.52 141.24 69.14 -
System Red Green Blue C M Y K H S L
Decimal 114 234 220 0.51 0 0.06 0.08 173 0.74 0.68
Hex 72 EA DC 33 0 6 8 AD 4A 44
Octal 162 352 334 63 0 6 10 255 112 104
Binary 1110010 11101010 11011100 110011 0 110 1000 10101101 1001010 1000100

Color Harmonies of #72EADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EADC

Black with #72EADC

Text Example


Text Example

White with #72EADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,234,220); }

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

background-color css

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

 a { background-color: rgb(114,234,220); }

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

border-color css

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

 span { border-color: rgb(114,234,220); }

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