Html Css Color HEX #76DDD6 Turquoise Blue

📋 copy color: '#76DDD6'

red 118 ◦ green 221 ◦ blue 214

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

Shades of Turquoise Blue #76DDD6

Tints of Turquoise Blue #76DDD6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.96%

 BLUE value IS 214 (83.98% from 255) = 38.7%

R = 21.34%
G = 39.96%
B = 38.7%

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

#76DDD6 (or 0x76DDD6) is known color: Turquoise Blue. HEX triplet: 76, DD and D6. RGB value is (118,221,214). Sum of RGB (Red+Green+Blue) = 118+221+214=553 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.34% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DDD6 is #892229. Grayscale: #BDBDBD. Windows color (decimal): -8987178 or 14081398. OLE color: 14081398.

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

Color convert

RGB 118 221 214 -
CMYK 0.47 0 0.03 0.13
HSL 175.92º 0.6% 0.66% -
HSV(B) 175.92º 0.47% 0.87% -
XYZ 45.47 60.42 72.88 -
YUV 189.41 141.88 77.07 -
System Red Green Blue C M Y K H S L
Decimal 118 221 214 0.47 0 0.03 0.13 175.92 0.6 0.66
Hex 76 DD D6 2F 0 3 D B0 3C 42
Octal 166 335 326 57 0 3 15 260 74 102
Binary 1110110 11011101 11010110 101111 0 11 1101 10110000 111100 1000010

Color Harmonies of #76DDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DDD6

Black with #76DDD6

Text Example


Text Example

White with #76DDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,221,214); }

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

background-color css

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

 a { background-color: rgb(118,221,214); }

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

border-color css

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

 span { border-color: rgb(118,221,214); }

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