Html Css Color HEX #76E9DB Turquoise Blue

📋 copy color: '#76E9DB'

red 118 ◦ green 233 ◦ blue 219

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

Shades of Turquoise Blue #76E9DB

Tints of Turquoise Blue #76E9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.42%

R = 20.7%
G = 40.88%
B = 38.42%

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

#76E9DB (or 0x76E9DB) is known color: Turquoise Blue. HEX triplet: 76, E9 and DB. RGB value is (118,233,219). Sum of RGB (Red+Green+Blue) = 118+233+219=570 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.70% from 570); Green value is 233 (91.41% from 255 or 40.88% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 233 - color contains mainly: green. Hex color #76E9DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76E9DB is #891624. Grayscale: #C4C4C4. Windows color (decimal): -8984101 or 14412150. OLE color: 14412150.

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

Color convert

RGB 118 233 219 -
CMYK 0.49 0 0.06 0.09
HSL 172.7º 0.72% 0.69% -
HSV(B) 172.7º 0.49% 0.91% -
XYZ 49.4 67.24 77.39 -
YUV 197.02 140.4 71.64 -
System Red Green Blue C M Y K H S L
Decimal 118 233 219 0.49 0 0.06 0.09 172.7 0.72 0.69
Hex 76 E9 DB 31 0 6 9 AD 48 45
Octal 166 351 333 61 0 6 11 255 110 105
Binary 1110110 11101001 11011011 110001 0 110 1001 10101101 1001000 1000101

Color Harmonies of #76E9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E9DB

Black with #76E9DB

Text Example


Text Example

White with #76E9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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