Html Css Color HEX #47DCBF Turquoise

📋 copy color: '#47DCBF'

red 71 ◦ green 220 ◦ blue 191

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

Shades of Turquoise #47DCBF

Tints of Turquoise #47DCBF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.64%

 BLUE value IS 191 (75% from 255) = 39.63%

R = 14.73%
G = 45.64%
B = 39.63%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#47DCBF (or 0x47DCBF) is known color: Turquoise. HEX triplet: 47, DC and BF. RGB value is (71,220,191). Sum of RGB (Red+Green+Blue) = 71+220+191=482 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.73% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #47DCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DCBF is #B82340. Grayscale: #ACACAC. Windows color (decimal): -12067649 or 12573767. OLE color: 12573767.

HSL color Cylindrical-coordinate representation of color #47DCBF: hue angle of 168.32º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DCBF is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 220 191 -
CMYK 0.68 0 0.13 0.14
HSL 168.32º 0.68% 0.57% -
HSV(B) 168.32º 0.68% 0.86% -
XYZ 37.6 56.29 58.17 -
YUV 172.14 138.64 55.86 -
System Red Green Blue C M Y K H S L
Decimal 71 220 191 0.68 0 0.13 0.14 168.32 0.68 0.57
Hex 47 DC BF 44 0 D E A8 44 39
Octal 107 334 277 104 0 15 16 250 104 71
Binary 1000111 11011100 10111111 1000100 0 1101 1110 10101000 1000100 111001

Color Harmonies of #47DCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DCBF

Black with #47DCBF

Text Example


Text Example

White with #47DCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,220,191); }

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

background-color css

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

 a { background-color: rgb(71,220,191); }

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

border-color css

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

 span { border-color: rgb(71,220,191); }

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