Html Css Color HEX #76E6DC Turquoise Blue

📋 copy color: '#76E6DC'

red 118 ◦ green 230 ◦ blue 220

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

Shades of Turquoise Blue #76E6DC

Tints of Turquoise Blue #76E6DC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.49%

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

R = 20.77%
G = 40.49%
B = 38.73%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#76E6DC (or 0x76E6DC) is known color: Turquoise Blue. HEX triplet: 76, E6 and DC. RGB value is (118,230,220). Sum of RGB (Red+Green+Blue) = 118+230+220=568 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.77% from 568); Green value is 230 (90.23% from 255 or 40.49% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 230 - color contains mainly: green. Hex color #76E6DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76E6DC is #891923. Grayscale: #C3C3C3. Windows color (decimal): -8984868 or 14476918. OLE color: 14476918.

HSL color Cylindrical-coordinate representation of color #76E6DC: hue angle of 174.64º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76E6DC is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 118 230 220 -
CMYK 0.49 0 0.04 0.10
HSL 174.64º 0.69% 0.68% -
HSV(B) 174.64º 0.49% 0.9% -
XYZ 48.69 65.61 77.81 -
YUV 195.37 141.89 72.81 -
System Red Green Blue C M Y K H S L
Decimal 118 230 220 0.49 0 0.04 0.10 174.64 0.69 0.68
Hex 76 E6 DC 31 0 4 A AF 45 44
Octal 166 346 334 61 0 4 12 257 105 104
Binary 1110110 11100110 11011100 110001 0 100 1010 10101111 1000101 1000100

Color Harmonies of #76E6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E6DC

Black with #76E6DC

Text Example


Text Example

White with #76E6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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