Html Css Color HEX #47DDC0 Turquoise

📋 copy color: '#47DDC0'

red 71 ◦ green 221 ◦ blue 192

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

Shades of Turquoise #47DDC0

Tints of Turquoise #47DDC0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.66%

 BLUE value IS 192 (75.39% from 255) = 39.67%

R = 14.67%
G = 45.66%
B = 39.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#47DDC0 (or 0x47DDC0) is known color: Turquoise. HEX triplet: 47, DD and C0. RGB value is (71,221,192). Sum of RGB (Red+Green+Blue) = 71+221+192=484 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.67% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #47DDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DDC0 is #B8223F. Grayscale: #ACACAC. Windows color (decimal): -12067392 or 12639559. OLE color: 12639559.

HSL color Cylindrical-coordinate representation of color #47DDC0: hue angle of 168.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DDC0 is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 221 192 -
CMYK 0.68 0 0.13 0.13
HSL 168.4º 0.69% 0.57% -
HSV(B) 168.4º 0.68% 0.87% -
XYZ 37.97 56.86 58.84 -
YUV 172.84 138.81 55.36 -
System Red Green Blue C M Y K H S L
Decimal 71 221 192 0.68 0 0.13 0.13 168.4 0.69 0.57
Hex 47 DD C0 44 0 D D A8 45 39
Octal 107 335 300 104 0 15 15 250 105 71
Binary 1000111 11011101 11000000 1000100 0 1101 1101 10101000 1000101 111001

Color Harmonies of #47DDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DDC0

Black with #47DDC0

Text Example


Text Example

White with #47DDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,221,192); }

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

background-color css

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

 a { background-color: rgb(71,221,192); }

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

border-color css

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

 span { border-color: rgb(71,221,192); }

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