Html Css Color HEX #76DDD5 Turquoise Blue

📋 copy color: '#76DDD5'

red 118 ◦ green 221 ◦ blue 213

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

Shades of Turquoise Blue #76DDD5

Tints of Turquoise Blue #76DDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.59%

R = 21.38%
G = 40.04%
B = 38.59%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#76DDD5 (or 0x76DDD5) is known color: Turquoise Blue. HEX triplet: 76, DD and D5. RGB value is (118,221,213). Sum of RGB (Red+Green+Blue) = 118+221+213=552 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.38% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DDD5 is #89222A. Grayscale: #BDBDBD. Windows color (decimal): -8987179 or 14015862. OLE color: 14015862.

HSL color Cylindrical-coordinate representation of color #76DDD5: hue angle of 175.34º 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 #76DDD5 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 221 213 -
CMYK 0.47 0 0.04 0.13
HSL 175.34º 0.6% 0.66% -
HSV(B) 175.34º 0.47% 0.87% -
XYZ 45.34 60.37 72.21 -
YUV 189.29 141.38 77.15 -
System Red Green Blue C M Y K H S L
Decimal 118 221 213 0.47 0 0.04 0.13 175.34 0.6 0.66
Hex 76 DD D5 2F 0 4 D AF 3C 42
Octal 166 335 325 57 0 4 15 257 74 102
Binary 1110110 11011101 11010101 101111 0 100 1101 10101111 111100 1000010

Color Harmonies of #76DDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DDD5

Black with #76DDD5

Text Example


Text Example

White with #76DDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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