Html Css Color HEX #76E9E7 Turquoise Blue

📋 copy color: '#76E9E7'

red 118 ◦ green 233 ◦ blue 231

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

Shades of Turquoise Blue #76E9E7

Tints of Turquoise Blue #76E9E7

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.03%

 BLUE value IS 231 (90.63% from 255) = 39.69%

R = 20.27%
G = 40.03%
B = 39.69%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#76E9E7 (or 0x76E9E7) is known color: Turquoise Blue. HEX triplet: 76, E9 and E7. RGB value is (118,233,231). Sum of RGB (Red+Green+Blue) = 118+233+231=582 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.27% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 231 (90.62% from 255 or 39.69% from 582); Max value from RGB is 233 - color contains mainly: green. Hex color #76E9E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76E9E7 is #891618. Grayscale: #C6C6C6. Windows color (decimal): -8984089 or 15198582. OLE color: 15198582.

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

Color convert

RGB 118 233 231 -
CMYK 0.49 0 0.01 0.09
HSL 178.96º 0.72% 0.69% -
HSV(B) 178.96º 0.49% 0.91% -
XYZ 51.03 67.9 86.02 -
YUV 198.39 146.4 70.66 -
System Red Green Blue C M Y K H S L
Decimal 118 233 231 0.49 0 0.01 0.09 178.96 0.72 0.69
Hex 76 E9 E7 31 0 1 9 B3 48 45
Octal 166 351 347 61 0 1 11 263 110 105
Binary 1110110 11101001 11100111 110001 0 1 1001 10110011 1001000 1000101

Color Harmonies of #76E9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E9E7

Black with #76E9E7

Text Example


Text Example

White with #76E9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,233,231); }

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

background-color css

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

 a { background-color: rgb(118,233,231); }

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

border-color css

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

 span { border-color: rgb(118,233,231); }

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