Html Css Color HEX #47DFDD Turquoise

📋 copy color: '#47DFDD'

red 71 ◦ green 223 ◦ blue 221

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

Shades of Turquoise #47DFDD

Tints of Turquoise #47DFDD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.3%

 BLUE value IS 221 (86.72% from 255) = 42.91%

R = 13.79%
G = 43.3%
B = 42.91%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#47DFDD (or 0x47DFDD) is known color: Turquoise. HEX triplet: 47, DF and DD. RGB value is (71,223,221). Sum of RGB (Red+Green+Blue) = 71+223+221=515 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.79% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #47DFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DFDD is #B82022. Grayscale: #B1B1B1. Windows color (decimal): -12066851 or 14540615. OLE color: 14540615.

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

Color convert

RGB 71 223 221 -
CMYK 0.68 0 0.01 0.13
HSL 179.21º 0.7% 0.58% -
HSV(B) 179.21º 0.68% 0.87% -
XYZ 42.04 59.34 77.64 -
YUV 177.32 152.64 52.16 -
System Red Green Blue C M Y K H S L
Decimal 71 223 221 0.68 0 0.01 0.13 179.21 0.7 0.58
Hex 47 DF DD 44 0 1 D B3 46 3A
Octal 107 337 335 104 0 1 15 263 106 72
Binary 1000111 11011111 11011101 1000100 0 1 1101 10110011 1000110 111010

Color Harmonies of #47DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DFDD

Black with #47DFDD

Text Example


Text Example

White with #47DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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