Html Css Color HEX #47DDD0 Turquoise

📋 copy color: '#47DDD0'

red 71 ◦ green 221 ◦ blue 208

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

Shades of Turquoise #47DDD0

Tints of Turquoise #47DDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.6%

R = 14.2%
G = 44.2%
B = 41.6%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#47DDD0 (or 0x47DDD0) is known color: Turquoise. HEX triplet: 47, DD and D0. RGB value is (71,221,208). Sum of RGB (Red+Green+Blue) = 71+221+208=500 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.2% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #47DDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DDD0 is #B8222F. Grayscale: #AEAEAE. Windows color (decimal): -12067376 or 13688135. OLE color: 13688135.

HSL color Cylindrical-coordinate representation of color #47DDD0: hue angle of 174.8º 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 #47DDD0 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 221 208 -
CMYK 0.68 0 0.06 0.13
HSL 174.8º 0.69% 0.57% -
HSV(B) 174.8º 0.68% 0.87% -
XYZ 39.84 57.61 68.69 -
YUV 174.67 146.81 54.06 -
System Red Green Blue C M Y K H S L
Decimal 71 221 208 0.68 0 0.06 0.13 174.8 0.69 0.57
Hex 47 DD D0 44 0 6 D AF 45 39
Octal 107 335 320 104 0 6 15 257 105 71
Binary 1000111 11011101 11010000 1000100 0 110 1101 10101111 1000101 111001

Color Harmonies of #47DDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DDD0

Black with #47DDD0

Text Example


Text Example

White with #47DDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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