Html Css Color HEX #76DEDC Turquoise Blue

📋 copy color: '#76DEDC'

red 118 ◦ green 222 ◦ blue 220

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

Shades of Turquoise Blue #76DEDC

Tints of Turquoise Blue #76DEDC

RGB

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

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

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

R = 21.07%
G = 39.64%
B = 39.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#76DEDC (or 0x76DEDC) is known color: Turquoise Blue. HEX triplet: 76, DE and DC. RGB value is (118,222,220). Sum of RGB (Red+Green+Blue) = 118+222+220=560 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.07% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 222 - color contains mainly: green. Hex color #76DEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DEDC is #892123. Grayscale: #BEBEBE. Windows color (decimal): -8986916 or 14474870. OLE color: 14474870.

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

Color convert

RGB 118 222 220 -
CMYK 0.47 0 0.01 0.13
HSL 178.85º 0.61% 0.67% -
HSV(B) 178.85º 0.47% 0.87% -
XYZ 46.51 61.26 77.08 -
YUV 190.68 144.54 76.16 -
System Red Green Blue C M Y K H S L
Decimal 118 222 220 0.47 0 0.01 0.13 178.85 0.61 0.67
Hex 76 DE DC 2F 0 1 D B3 3D 43
Octal 166 336 334 57 0 1 15 263 75 103
Binary 1110110 11011110 11011100 101111 0 1 1101 10110011 111101 1000011

Color Harmonies of #76DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DEDC

Black with #76DEDC

Text Example


Text Example

White with #76DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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