Html Css Color HEX #76DDDC Turquoise Blue

📋 copy color: '#76DDDC'

red 118 ◦ green 221 ◦ blue 220

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

Shades of Turquoise Blue #76DDDC

Tints of Turquoise Blue #76DDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.36%

R = 21.11%
G = 39.53%
B = 39.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#76DDDC (or 0x76DDDC) is known color: Turquoise Blue. HEX triplet: 76, DD and DC. RGB value is (118,221,220). Sum of RGB (Red+Green+Blue) = 118+221+220=559 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.11% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DDDC is #892223. Grayscale: #BDBDBD. Windows color (decimal): -8987172 or 14474614. OLE color: 14474614.

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

Color convert

RGB 118 221 220 -
CMYK 0.47 0 0.00 0.13
HSL 179.42º 0.6% 0.66% -
HSV(B) 179.42º 0.47% 0.87% -
XYZ 46.25 60.73 77 -
YUV 190.09 144.88 76.58 -
System Red Green Blue C M Y K H S L
Decimal 118 221 220 0.47 0 0.00 0.13 179.42 0.6 0.66
Hex 76 DD DC 2F 0 0 D B3 3C 42
Octal 166 335 334 57 0 0 15 263 74 102
Binary 1110110 11011101 11011100 101111 0 0 1101 10110011 111100 1000010

Color Harmonies of #76DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DDDC

Black with #76DDDC

Text Example


Text Example

White with #76DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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