Html Css Color HEX #76DBDC Turquoise Blue

📋 copy color: '#76DBDC'

red 118 ◦ green 219 ◦ blue 220

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

Shades of Turquoise Blue #76DBDC

Tints of Turquoise Blue #76DBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.32%

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

R = 21.18%
G = 39.32%
B = 39.5%

CMYK

 C value IS 0.46

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#76DBDC (or 0x76DBDC) is known color: Turquoise Blue. HEX triplet: 76, DB and DC. RGB value is (118,219,220). Sum of RGB (Red+Green+Blue) = 118+219+220=557 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.18% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #76DBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DBDC is #892423. Grayscale: #BCBCBC. Windows color (decimal): -8987684 or 14474102. OLE color: 14474102.

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

Color convert

RGB 118 219 220 -
CMYK 0.46 0.00 0 0.14
HSL 180.59º 0.59% 0.66% -
HSV(B) 180.59º 0.46% 0.86% -
XYZ 45.72 59.68 76.82 -
YUV 188.92 145.54 77.42 -
System Red Green Blue C M Y K H S L
Decimal 118 219 220 0.46 0.00 0 0.14 180.59 0.59 0.66
Hex 76 DB DC 2E 0 0 E B5 3B 42
Octal 166 333 334 56 0 0 16 265 73 102
Binary 1110110 11011011 11011100 101110 0 0 1110 10110101 111011 1000010

Color Harmonies of #76DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DBDC

Black with #76DBDC

Text Example


Text Example

White with #76DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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