Html Css Color HEX #47DBB3 Medium Turquoise

📋 copy color: '#47DBB3'

red 71 ◦ green 219 ◦ blue 179

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

Shades of Medium Turquoise #47DBB3

Tints of Medium Turquoise #47DBB3

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.7%

 BLUE value IS 179 (70.31% from 255) = 38.17%

R = 15.14%
G = 46.7%
B = 38.17%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#47DBB3 (or 0x47DBB3) is known color: Medium Turquoise. HEX triplet: 47, DB and B3. RGB value is (71,219,179). Sum of RGB (Red+Green+Blue) = 71+219+179=469 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.14% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #47DBB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DBB3 is #B8244C. Grayscale: #AAAAAA. Windows color (decimal): -12067917 or 11787079. OLE color: 11787079.

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

Color convert

RGB 71 219 179 -
CMYK 0.68 0 0.18 0.14
HSL 163.78º 0.67% 0.57% -
HSV(B) 163.78º 0.68% 0.86% -
XYZ 36.07 55.26 51.41 -
YUV 170.19 132.97 57.25 -
System Red Green Blue C M Y K H S L
Decimal 71 219 179 0.68 0 0.18 0.14 163.78 0.67 0.57
Hex 47 DB B3 44 0 12 E A4 43 39
Octal 107 333 263 104 0 22 16 244 103 71
Binary 1000111 11011011 10110011 1000100 0 10010 1110 10100100 1000011 111001

Color Harmonies of #47DBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DBB3

Black with #47DBB3

Text Example


Text Example

White with #47DBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,219,179); }

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

background-color css

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

 a { background-color: rgb(71,219,179); }

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

border-color css

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

 span { border-color: rgb(71,219,179); }

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