Html Css Color HEX #47DED0 Turquoise

📋 copy color: '#47DED0'

red 71 ◦ green 222 ◦ blue 208

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

Shades of Turquoise #47DED0

Tints of Turquoise #47DED0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.31%

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

R = 14.17%
G = 44.31%
B = 41.52%

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

#47DED0 (or 0x47DED0) is known color: Turquoise. HEX triplet: 47, DE and D0. RGB value is (71,222,208). Sum of RGB (Red+Green+Blue) = 71+222+208=501 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.17% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #47DED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DED0 is #B8212F. Grayscale: #AFAFAF. Windows color (decimal): -12067120 or 13688391. OLE color: 13688391.

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

Color convert

RGB 71 222 208 -
CMYK 0.68 0 0.06 0.13
HSL 174.44º 0.7% 0.57% -
HSV(B) 174.44º 0.68% 0.87% -
XYZ 40.1 58.14 68.78 -
YUV 175.26 146.47 53.64 -
System Red Green Blue C M Y K H S L
Decimal 71 222 208 0.68 0 0.06 0.13 174.44 0.7 0.57
Hex 47 DE D0 44 0 6 D AE 46 39
Octal 107 336 320 104 0 6 15 256 106 71
Binary 1000111 11011110 11010000 1000100 0 110 1101 10101110 1000110 111001

Color Harmonies of #47DED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DED0

Black with #47DED0

Text Example


Text Example

White with #47DED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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