Html Css Color HEX #47DBC2 Turquoise

📋 copy color: '#47DBC2'

red 71 ◦ green 219 ◦ blue 194

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

Shades of Turquoise #47DBC2

Tints of Turquoise #47DBC2

RGB

 RED value IS 71 (28.13% from 255) = 14.67%

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

 BLUE value IS 194 (76.17% from 255) = 40.08%

R = 14.67%
G = 45.25%
B = 40.08%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#47DBC2 (or 0x47DBC2) is known color: Turquoise. HEX triplet: 47, DB and C2. RGB value is (71,219,194). Sum of RGB (Red+Green+Blue) = 71+219+194=484 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.67% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #47DBC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DBC2 is #B8243D. Grayscale: #ABABAB. Windows color (decimal): -12067902 or 12770119. OLE color: 12770119.

HSL color Cylindrical-coordinate representation of color #47DBC2: hue angle of 169.86º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DBC2 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 219 194 -
CMYK 0.68 0 0.11 0.14
HSL 169.86º 0.67% 0.57% -
HSV(B) 169.86º 0.68% 0.86% -
XYZ 37.67 55.9 59.84 -
YUV 171.9 140.47 56.03 -
System Red Green Blue C M Y K H S L
Decimal 71 219 194 0.68 0 0.11 0.14 169.86 0.67 0.57
Hex 47 DB C2 44 0 B E AA 43 39
Octal 107 333 302 104 0 13 16 252 103 71
Binary 1000111 11011011 11000010 1000100 0 1011 1110 10101010 1000011 111001

Color Harmonies of #47DBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DBC2

Black with #47DBC2

Text Example


Text Example

White with #47DBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47DBC2; }

 p { color: rgb(71,219,194); }

 H1.HeaderClassName
 {
   color: #47DBC2;
 }
 .AnyTagClassName
 {
   color: #47DBC2;
 }
</style>

background-color css

<style>
 a { background-color: #47DBC2; }

 a { background-color: rgb(71,219,194); }

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

border-color css

<style>
 span { border-color: #47DBC2; }

 span { border-color: rgb(71,219,194); }

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