Html Css Color HEX #76E8D9 Turquoise Blue

📋 copy color: '#76E8D9'

red 118 ◦ green 232 ◦ blue 217

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

Shades of Turquoise Blue #76E8D9

Tints of Turquoise Blue #76E8D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.27%

R = 20.81%
G = 40.92%
B = 38.27%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#76E8D9 (or 0x76E8D9) is known color: Turquoise Blue. HEX triplet: 76, E8 and D9. RGB value is (118,232,217). Sum of RGB (Red+Green+Blue) = 118+232+217=567 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.81% from 567); Green value is 232 (91.02% from 255 or 40.92% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 232 - color contains mainly: green. Hex color #76E8D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76E8D9 is #891726. Grayscale: #C4C4C4. Windows color (decimal): -8984359 or 14280822. OLE color: 14280822.

HSL color Cylindrical-coordinate representation of color #76E8D9: hue angle of 172.11º 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 #76E8D9 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 118 232 217 -
CMYK 0.49 0 0.06 0.09
HSL 172.11º 0.71% 0.69% -
HSV(B) 172.11º 0.49% 0.91% -
XYZ 48.85 66.57 75.92 -
YUV 196.2 139.73 72.22 -
System Red Green Blue C M Y K H S L
Decimal 118 232 217 0.49 0 0.06 0.09 172.11 0.71 0.69
Hex 76 E8 D9 31 0 6 9 AC 47 45
Octal 166 350 331 61 0 6 11 254 107 105
Binary 1110110 11101000 11011001 110001 0 110 1001 10101100 1000111 1000101

Color Harmonies of #76E8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E8D9

Black with #76E8D9

Text Example


Text Example

White with #76E8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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