Html Css Color HEX #76DBDD Turquoise Blue

📋 copy color: '#76DBDD'

red 118 ◦ green 219 ◦ blue 221

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

Shades of Turquoise Blue #76DBDD

Tints of Turquoise Blue #76DBDD

RGB

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

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

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

R = 21.15%
G = 39.25%
B = 39.61%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#76DBDD (or 0x76DBDD) is known color: Turquoise Blue. HEX triplet: 76, DB and DD. RGB value is (118,219,221). Sum of RGB (Red+Green+Blue) = 118+219+221=558 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.15% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #76DBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DBDD is #892422. Grayscale: #BCBCBC. Windows color (decimal): -8987683 or 14539638. OLE color: 14539638.

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

Color convert

RGB 118 219 221 -
CMYK 0.47 0.01 0 0.13
HSL 181.17º 0.6% 0.66% -
HSV(B) 181.17º 0.47% 0.87% -
XYZ 45.85 59.74 77.52 -
YUV 189.03 146.04 77.34 -
System Red Green Blue C M Y K H S L
Decimal 118 219 221 0.47 0.01 0 0.13 181.17 0.6 0.66
Hex 76 DB DD 2F 1 0 D B5 3C 42
Octal 166 333 335 57 1 0 15 265 74 102
Binary 1110110 11011011 11011101 101111 1 0 1101 10110101 111100 1000010

Color Harmonies of #76DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DBDD

Black with #76DBDD

Text Example


Text Example

White with #76DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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