Html Css Color HEX #47DDC7 Turquoise

📋 copy color: '#47DDC7'

red 71 ◦ green 221 ◦ blue 199

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

Shades of Turquoise #47DDC7

Tints of Turquoise #47DDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.53%

R = 14.46%
G = 45.01%
B = 40.53%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#47DDC7 (or 0x47DDC7) is known color: Turquoise. HEX triplet: 47, DD and C7. RGB value is (71,221,199). Sum of RGB (Red+Green+Blue) = 71+221+199=491 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.46% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #47DDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DDC7 is #B82238. Grayscale: #ADADAD. Windows color (decimal): -12067385 or 13098311. OLE color: 13098311.

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

Color convert

RGB 71 221 199 -
CMYK 0.68 0 0.10 0.13
HSL 171.2º 0.69% 0.57% -
HSV(B) 171.2º 0.68% 0.87% -
XYZ 38.76 57.18 63.03 -
YUV 173.64 142.31 54.79 -
System Red Green Blue C M Y K H S L
Decimal 71 221 199 0.68 0 0.10 0.13 171.2 0.69 0.57
Hex 47 DD C7 44 0 A D AB 45 39
Octal 107 335 307 104 0 12 15 253 105 71
Binary 1000111 11011101 11000111 1000100 0 1010 1101 10101011 1000101 111001

Color Harmonies of #47DDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DDC7

Black with #47DDC7

Text Example


Text Example

White with #47DDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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