Html Css Color HEX #47DBB2 Medium Turquoise

📋 copy color: '#47DBB2'

red 71 ◦ green 219 ◦ blue 178

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

Shades of Medium Turquoise #47DBB2

Tints of Medium Turquoise #47DBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.03%

R = 15.17%
G = 46.79%
B = 38.03%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#47DBB2 (or 0x47DBB2) is known color: Medium Turquoise. HEX triplet: 47, DB and B2. RGB value is (71,219,178). Sum of RGB (Red+Green+Blue) = 71+219+178=468 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.17% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #47DBB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47DBB2 is #B8244D. Grayscale: #AAAAAA. Windows color (decimal): -12067918 or 11721543. OLE color: 11721543.

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

Color convert

RGB 71 219 178 -
CMYK 0.68 0 0.19 0.14
HSL 163.38º 0.67% 0.57% -
HSV(B) 163.38º 0.68% 0.86% -
XYZ 35.97 55.22 50.88 -
YUV 170.07 132.47 57.33 -
System Red Green Blue C M Y K H S L
Decimal 71 219 178 0.68 0 0.19 0.14 163.38 0.67 0.57
Hex 47 DB B2 44 0 13 E A3 43 39
Octal 107 333 262 104 0 23 16 243 103 71
Binary 1000111 11011011 10110010 1000100 0 10011 1110 10100011 1000011 111001

Color Harmonies of #47DBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DBB2

Black with #47DBB2

Text Example


Text Example

White with #47DBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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