Html Css Color HEX #76EADE Turquoise Blue

📋 copy color: '#76EADE'

red 118 ◦ green 234 ◦ blue 222

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

Shades of Turquoise Blue #76EADE

Tints of Turquoise Blue #76EADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.68%

R = 20.56%
G = 40.77%
B = 38.68%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#76EADE (or 0x76EADE) is known color: Turquoise Blue. HEX triplet: 76, EA and DE. RGB value is (118,234,222). Sum of RGB (Red+Green+Blue) = 118+234+222=574 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.56% from 574); Green value is 234 (91.80% from 255 or 40.77% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 234 - color contains mainly: green. Hex color #76EADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EADE is #891521. Grayscale: #C5C5C5. Windows color (decimal): -8983842 or 14609014. OLE color: 14609014.

HSL color Cylindrical-coordinate representation of color #76EADE: hue angle of 173.79º 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 #76EADE is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 234 222 -
CMYK 0.50 0 0.05 0.08
HSL 173.79º 0.73% 0.69% -
HSV(B) 173.79º 0.5% 0.92% -
XYZ 50.08 67.97 79.59 -
YUV 197.95 141.57 70.98 -
System Red Green Blue C M Y K H S L
Decimal 118 234 222 0.50 0 0.05 0.08 173.79 0.73 0.69
Hex 76 EA DE 32 0 5 8 AE 49 45
Octal 166 352 336 62 0 5 10 256 111 105
Binary 1110110 11101010 11011110 110010 0 101 1000 10101110 1001001 1000101

Color Harmonies of #76EADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EADE

Black with #76EADE

Text Example


Text Example

White with #76EADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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