Html Css Color HEX #47DDD4 Turquoise

📋 copy color: '#47DDD4'

red 71 ◦ green 221 ◦ blue 212

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

Shades of Turquoise #47DDD4

Tints of Turquoise #47DDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.06%

R = 14.09%
G = 43.85%
B = 42.06%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#47DDD4 (or 0x47DDD4) is known color: Turquoise. HEX triplet: 47, DD and D4. RGB value is (71,221,212). Sum of RGB (Red+Green+Blue) = 71+221+212=504 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.09% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #47DDD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DDD4 is #B8222B. Grayscale: #AFAFAF. Windows color (decimal): -12067372 or 13950279. OLE color: 13950279.

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

Color convert

RGB 71 221 212 -
CMYK 0.68 0 0.04 0.13
HSL 176.4º 0.69% 0.57% -
HSV(B) 176.4º 0.68% 0.87% -
XYZ 40.34 57.81 71.32 -
YUV 175.12 148.81 53.73 -
System Red Green Blue C M Y K H S L
Decimal 71 221 212 0.68 0 0.04 0.13 176.4 0.69 0.57
Hex 47 DD D4 44 0 4 D B0 45 39
Octal 107 335 324 104 0 4 15 260 105 71
Binary 1000111 11011101 11010100 1000100 0 100 1101 10110000 1000101 111001

Color Harmonies of #47DDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DDD4

Black with #47DDD4

Text Example


Text Example

White with #47DDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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