Html Css Color HEX #76EADC Turquoise Blue

📋 copy color: '#76EADC'

red 118 ◦ green 234 ◦ blue 220

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

Shades of Turquoise Blue #76EADC

Tints of Turquoise Blue #76EADC

RGB

 RED value IS 118 (46.48% from 255) = 20.63%

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

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

R = 20.63%
G = 40.91%
B = 38.46%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#76EADC (or 0x76EADC) is known color: Turquoise Blue. HEX triplet: 76, EA and DC. RGB value is (118,234,220). Sum of RGB (Red+Green+Blue) = 118+234+220=572 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.63% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #76EADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EADC is #891523. Grayscale: #C5C5C5. Windows color (decimal): -8983844 or 14477942. OLE color: 14477942.

HSL color Cylindrical-coordinate representation of color #76EADC: hue angle of 172.76º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EADC is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 234 220 -
CMYK 0.50 0 0.06 0.08
HSL 172.76º 0.73% 0.69% -
HSV(B) 172.76º 0.5% 0.92% -
XYZ 49.81 67.86 78.18 -
YUV 197.72 140.57 71.14 -
System Red Green Blue C M Y K H S L
Decimal 118 234 220 0.50 0 0.06 0.08 172.76 0.73 0.69
Hex 76 EA DC 32 0 6 8 AD 49 45
Octal 166 352 334 62 0 6 10 255 111 105
Binary 1110110 11101010 11011100 110010 0 110 1000 10101101 1001001 1000101

Color Harmonies of #76EADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EADC

Black with #76EADC

Text Example


Text Example

White with #76EADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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