Html Css Color HEX #76DED7 Turquoise Blue

📋 copy color: '#76DED7'

red 118 ◦ green 222 ◦ blue 215

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

Shades of Turquoise Blue #76DED7

Tints of Turquoise Blue #76DED7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40%

 BLUE value IS 215 (84.38% from 255) = 38.74%

R = 21.26%
G = 40%
B = 38.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#76DED7 (or 0x76DED7) is known color: Turquoise Blue. HEX triplet: 76, DE and D7. RGB value is (118,222,215). Sum of RGB (Red+Green+Blue) = 118+222+215=555 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.26% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 215 (84.38% from 255 or 38.74% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #76DED7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DED7 is #892128. Grayscale: #BEBEBE. Windows color (decimal): -8986921 or 14147190. OLE color: 14147190.

HSL color Cylindrical-coordinate representation of color #76DED7: hue angle of 175.96º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DED7 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 222 215 -
CMYK 0.47 0 0.03 0.13
HSL 175.96º 0.61% 0.67% -
HSV(B) 175.96º 0.47% 0.87% -
XYZ 45.86 61 73.65 -
YUV 190.11 142.04 76.57 -
System Red Green Blue C M Y K H S L
Decimal 118 222 215 0.47 0 0.03 0.13 175.96 0.61 0.67
Hex 76 DE D7 2F 0 3 D B0 3D 43
Octal 166 336 327 57 0 3 15 260 75 103
Binary 1110110 11011110 11010111 101111 0 11 1101 10110000 111101 1000011

Color Harmonies of #76DED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DED7

Black with #76DED7

Text Example


Text Example

White with #76DED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,222,215); }

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

background-color css

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

 a { background-color: rgb(118,222,215); }

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

border-color css

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

 span { border-color: rgb(118,222,215); }

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