Html Css Color HEX #76EAE1 Turquoise Blue

📋 copy color: '#76EAE1'

red 118 ◦ green 234 ◦ blue 225

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

Shades of Turquoise Blue #76EAE1

Tints of Turquoise Blue #76EAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.99%

R = 20.45%
G = 40.55%
B = 38.99%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#76EAE1 (or 0x76EAE1) is known color: Turquoise Blue. HEX triplet: 76, EA and E1. RGB value is (118,234,225). Sum of RGB (Red+Green+Blue) = 118+234+225=577 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.45% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 225 (88.28% from 255 or 38.99% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #76EAE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EAE1 is #89151E. Grayscale: #C6C6C6. Windows color (decimal): -8983839 or 14805622. OLE color: 14805622.

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

Color convert

RGB 118 234 225 -
CMYK 0.50 0 0.04 0.08
HSL 175.34º 0.73% 0.69% -
HSV(B) 175.34º 0.5% 0.92% -
XYZ 50.48 68.13 81.72 -
YUV 198.29 143.07 70.73 -
System Red Green Blue C M Y K H S L
Decimal 118 234 225 0.50 0 0.04 0.08 175.34 0.73 0.69
Hex 76 EA E1 32 0 4 8 AF 49 45
Octal 166 352 341 62 0 4 10 257 111 105
Binary 1110110 11101010 11100001 110010 0 100 1000 10101111 1001001 1000101

Color Harmonies of #76EAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EAE1

Black with #76EAE1

Text Example


Text Example

White with #76EAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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