Html Css Color HEX #76DCDC Turquoise Blue

📋 copy color: '#76DCDC'

red 118 ◦ green 220 ◦ blue 220

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

Shades of Turquoise Blue #76DCDC

Tints of Turquoise Blue #76DCDC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.43%

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

R = 21.15%
G = 39.43%
B = 39.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#76DCDC (or 0x76DCDC) is known color: Turquoise Blue. HEX triplet: 76, DC and DC. RGB value is (118,220,220). Sum of RGB (Red+Green+Blue) = 118+220+220=558 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.15% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #76DCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DCDC is #892323. Grayscale: #BDBDBD. Windows color (decimal): -8987428 or 14474358. OLE color: 14474358.

HSL color Cylindrical-coordinate representation of color #76DCDC: hue angle of 180º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DCDC is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 220 220 -
CMYK 0.46 0 0 0.14
HSL 180º 0.59% 0.66% -
HSV(B) 180º 0.46% 0.86% -
XYZ 45.98 60.21 76.91 -
YUV 189.5 145.21 77 -
System Red Green Blue C M Y K H S L
Decimal 118 220 220 0.46 0 0 0.14 180 0.59 0.66
Hex 76 DC DC 2E 0 0 E B4 3B 42
Octal 166 334 334 56 0 0 16 264 73 102
Binary 1110110 11011100 11011100 101110 0 0 1110 10110100 111011 1000010

Color Harmonies of #76DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DCDC

Black with #76DCDC

Text Example


Text Example

White with #76DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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