Html Css Color HEX #76DCDD Turquoise Blue

📋 copy color: '#76DCDD'

red 118 ◦ green 220 ◦ blue 221

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

Shades of Turquoise Blue #76DCDD

Tints of Turquoise Blue #76DCDD

RGB

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

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

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

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

CMYK

 C value IS 0.47

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 118 220 221 -
CMYK 0.47 0.00 0 0.13
HSL 180.58º 0.6% 0.66% -
HSV(B) 180.58º 0.47% 0.87% -
XYZ 46.12 60.26 77.61 -
YUV 189.62 145.71 76.92 -
System Red Green Blue C M Y K H S L
Decimal 118 220 221 0.47 0.00 0 0.13 180.58 0.6 0.66
Hex 76 DC DD 2F 0 0 D B5 3C 42
Octal 166 334 335 57 0 0 15 265 74 102
Binary 1110110 11011100 11011101 101111 0 0 1101 10110101 111100 1000010

Color Harmonies of #76DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DCDD

Black with #76DCDD

Text Example


Text Example

White with #76DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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