Html Css Color HEX #76E6DB Turquoise Blue

📋 copy color: '#76E6DB'

red 118 ◦ green 230 ◦ blue 219

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

Shades of Turquoise Blue #76E6DB

Tints of Turquoise Blue #76E6DB

RGB

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

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

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

R = 20.81%
G = 40.56%
B = 38.62%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#76E6DB (or 0x76E6DB) is known color: Turquoise Blue. HEX triplet: 76, E6 and DB. RGB value is (118,230,219). Sum of RGB (Red+Green+Blue) = 118+230+219=567 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.81% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 230 - color contains mainly: green. Hex color #76E6DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76E6DB is #891924. Grayscale: #C3C3C3. Windows color (decimal): -8984869 or 14411382. OLE color: 14411382.

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

Color convert

RGB 118 230 219 -
CMYK 0.49 0 0.05 0.10
HSL 174.11º 0.69% 0.68% -
HSV(B) 174.11º 0.49% 0.9% -
XYZ 48.55 65.56 77.11 -
YUV 195.26 141.39 72.89 -
System Red Green Blue C M Y K H S L
Decimal 118 230 219 0.49 0 0.05 0.10 174.11 0.69 0.68
Hex 76 E6 DB 31 0 5 A AE 45 44
Octal 166 346 333 61 0 5 12 256 105 104
Binary 1110110 11100110 11011011 110001 0 101 1010 10101110 1000101 1000100

Color Harmonies of #76E6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E6DB

Black with #76E6DB

Text Example


Text Example

White with #76E6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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