Html Css Color HEX #76E8DC Turquoise Blue

📋 copy color: '#76E8DC'

red 118 ◦ green 232 ◦ blue 220

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

Shades of Turquoise Blue #76E8DC

Tints of Turquoise Blue #76E8DC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.7%

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

R = 20.7%
G = 40.7%
B = 38.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#76E8DC (or 0x76E8DC) is known color: Turquoise Blue. HEX triplet: 76, E8 and DC. RGB value is (118,232,220). Sum of RGB (Red+Green+Blue) = 118+232+220=570 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.70% from 570); Green value is 232 (91.02% from 255 or 40.70% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 232 - color contains mainly: green. Hex color #76E8DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76E8DC is #891723. Grayscale: #C4C4C4. Windows color (decimal): -8984356 or 14477430. OLE color: 14477430.

HSL color Cylindrical-coordinate representation of color #76E8DC: hue angle of 173.68º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76E8DC is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 118 232 220 -
CMYK 0.49 0 0.05 0.09
HSL 173.68º 0.71% 0.69% -
HSV(B) 173.68º 0.49% 0.91% -
XYZ 49.25 66.73 78 -
YUV 196.55 141.23 71.98 -
System Red Green Blue C M Y K H S L
Decimal 118 232 220 0.49 0 0.05 0.09 173.68 0.71 0.69
Hex 76 E8 DC 31 0 5 9 AE 47 45
Octal 166 350 334 61 0 5 11 256 107 105
Binary 1110110 11101000 11011100 110001 0 101 1001 10101110 1000111 1000101

Color Harmonies of #76E8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E8DC

Black with #76E8DC

Text Example


Text Example

White with #76E8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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