Html Css Color HEX #47DBB6 Turquoise

📋 copy color: '#47DBB6'

red 71 ◦ green 219 ◦ blue 182

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

Shades of Turquoise #47DBB6

Tints of Turquoise #47DBB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.56%

R = 15.04%
G = 46.4%
B = 38.56%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#47DBB6 (or 0x47DBB6) is known color: Turquoise. HEX triplet: 47, DB and B6. RGB value is (71,219,182). Sum of RGB (Red+Green+Blue) = 71+219+182=472 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.04% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #47DBB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DBB6 is #B82449. Grayscale: #AAAAAA. Windows color (decimal): -12067914 or 11983687. OLE color: 11983687.

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

Color convert

RGB 71 219 182 -
CMYK 0.68 0 0.17 0.14
HSL 165º 0.67% 0.57% -
HSV(B) 165º 0.68% 0.86% -
XYZ 36.37 55.38 53.03 -
YUV 170.53 134.47 57.01 -
System Red Green Blue C M Y K H S L
Decimal 71 219 182 0.68 0 0.17 0.14 165 0.67 0.57
Hex 47 DB B6 44 0 11 E A5 43 39
Octal 107 333 266 104 0 21 16 245 103 71
Binary 1000111 11011011 10110110 1000100 0 10001 1110 10100101 1000011 111001

Color Harmonies of #47DBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DBB6

Black with #47DBB6

Text Example


Text Example

White with #47DBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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