Html Css Color HEX #76DEDD Turquoise Blue

📋 copy color: '#76DEDD'

red 118 ◦ green 222 ◦ blue 221

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

Shades of Turquoise Blue #76DEDD

Tints of Turquoise Blue #76DEDD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.57%

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

R = 21.03%
G = 39.57%
B = 39.39%

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

#76DEDD (or 0x76DEDD) is known color: Turquoise Blue. HEX triplet: 76, DE and DD. RGB value is (118,222,221). Sum of RGB (Red+Green+Blue) = 118+222+221=561 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.03% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 222 - color contains mainly: green. Hex color #76DEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DEDD is #892122. Grayscale: #BEBEBE. Windows color (decimal): -8986915 or 14540406. OLE color: 14540406.

HSL color Cylindrical-coordinate representation of color #76DEDD: hue angle of 179.42º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DEDD is Cyan = 0.47, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 222 221 -
CMYK 0.47 0 0.00 0.13
HSL 179.42º 0.61% 0.67% -
HSV(B) 179.42º 0.47% 0.87% -
XYZ 46.64 61.31 77.78 -
YUV 190.79 145.04 76.08 -
System Red Green Blue C M Y K H S L
Decimal 118 222 221 0.47 0 0.00 0.13 179.42 0.61 0.67
Hex 76 DE DD 2F 0 0 D B3 3D 43
Octal 166 336 335 57 0 0 15 263 75 103
Binary 1110110 11011110 11011101 101111 0 0 1101 10110011 111101 1000011

Color Harmonies of #76DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DEDD

Black with #76DEDD

Text Example


Text Example

White with #76DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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