Html Css Color HEX #47DCB8 Turquoise

📋 copy color: '#47DCB8'

red 71 ◦ green 220 ◦ blue 184

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

Shades of Turquoise #47DCB8

Tints of Turquoise #47DCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.74%

R = 14.95%
G = 46.32%
B = 38.74%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#47DCB8 (or 0x47DCB8) is known color: Turquoise. HEX triplet: 47, DC and B8. RGB value is (71,220,184). Sum of RGB (Red+Green+Blue) = 71+220+184=475 (62% of max value = 765). Red value is 71 (28.12% from 255 or 14.95% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #47DCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DCB8 is #B82347. Grayscale: #ABABAB. Windows color (decimal): -12067656 or 12115015. OLE color: 12115015.

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

Color convert

RGB 71 220 184 -
CMYK 0.68 0 0.16 0.14
HSL 165.5º 0.68% 0.57% -
HSV(B) 165.5º 0.68% 0.86% -
XYZ 36.84 55.99 54.21 -
YUV 171.35 135.14 56.43 -
System Red Green Blue C M Y K H S L
Decimal 71 220 184 0.68 0 0.16 0.14 165.5 0.68 0.57
Hex 47 DC B8 44 0 10 E A6 44 39
Octal 107 334 270 104 0 20 16 246 104 71
Binary 1000111 11011100 10111000 1000100 0 10000 1110 10100110 1000100 111001

Color Harmonies of #47DCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DCB8

Black with #47DCB8

Text Example


Text Example

White with #47DCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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