Html Css Color HEX #47DEC0 Turquoise

📋 copy color: '#47DEC0'

red 71 ◦ green 222 ◦ blue 192

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

Shades of Turquoise #47DEC0

Tints of Turquoise #47DEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.59%

R = 14.64%
G = 45.77%
B = 39.59%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#47DEC0 (or 0x47DEC0) is known color: Turquoise. HEX triplet: 47, DE and C0. RGB value is (71,222,192). Sum of RGB (Red+Green+Blue) = 71+222+192=485 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.64% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #47DEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DEC0 is #B8213F. Grayscale: #ADADAD. Windows color (decimal): -12067136 or 12639815. OLE color: 12639815.

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

Color convert

RGB 71 222 192 -
CMYK 0.68 0 0.14 0.13
HSL 168.08º 0.7% 0.57% -
HSV(B) 168.08º 0.68% 0.87% -
XYZ 38.23 57.39 58.93 -
YUV 173.43 138.47 54.94 -
System Red Green Blue C M Y K H S L
Decimal 71 222 192 0.68 0 0.14 0.13 168.08 0.7 0.57
Hex 47 DE C0 44 0 E D A8 46 39
Octal 107 336 300 104 0 16 15 250 106 71
Binary 1000111 11011110 11000000 1000100 0 1110 1101 10101000 1000110 111001

Color Harmonies of #47DEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DEC0

Black with #47DEC0

Text Example


Text Example

White with #47DEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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