Html Css Color HEX #76EAE0 Turquoise Blue

📋 copy color: '#76EAE0'

red 118 ◦ green 234 ◦ blue 224

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

Shades of Turquoise Blue #76EAE0

Tints of Turquoise Blue #76EAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.89%

R = 20.49%
G = 40.63%
B = 38.89%

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

#76EAE0 (or 0x76EAE0) is known color: Turquoise Blue. HEX triplet: 76, EA and E0. RGB value is (118,234,224). Sum of RGB (Red+Green+Blue) = 118+234+224=576 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.49% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #76EAE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EAE0 is #89151F. Grayscale: #C6C6C6. Windows color (decimal): -8983840 or 14740086. OLE color: 14740086.

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

Color convert

RGB 118 234 224 -
CMYK 0.50 0 0.04 0.08
HSL 174.83º 0.73% 0.69% -
HSV(B) 174.83º 0.5% 0.92% -
XYZ 50.35 68.08 81.01 -
YUV 198.18 142.57 70.81 -
System Red Green Blue C M Y K H S L
Decimal 118 234 224 0.50 0 0.04 0.08 174.83 0.73 0.69
Hex 76 EA E0 32 0 4 8 AF 49 45
Octal 166 352 340 62 0 4 10 257 111 105
Binary 1110110 11101010 11100000 110010 0 100 1000 10101111 1001001 1000101

Color Harmonies of #76EAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EAE0

Black with #76EAE0

Text Example


Text Example

White with #76EAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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