Html Css Color HEX #47DDBB Turquoise

📋 copy color: '#47DDBB'

red 71 ◦ green 221 ◦ blue 187

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

Shades of Turquoise #47DDBB

Tints of Turquoise #47DDBB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.14%

 BLUE value IS 187 (73.44% from 255) = 39.04%

R = 14.82%
G = 46.14%
B = 39.04%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#47DDBB (or 0x47DDBB) is known color: Turquoise. HEX triplet: 47, DD and BB. RGB value is (71,221,187). Sum of RGB (Red+Green+Blue) = 71+221+187=479 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.82% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #47DDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DDBB is #B82244. Grayscale: #ACACAC. Windows color (decimal): -12067397 or 12311879. OLE color: 12311879.

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

Color convert

RGB 71 221 187 -
CMYK 0.68 0 0.15 0.13
HSL 166.4º 0.69% 0.57% -
HSV(B) 166.4º 0.68% 0.87% -
XYZ 37.42 56.64 55.97 -
YUV 172.27 136.31 55.76 -
System Red Green Blue C M Y K H S L
Decimal 71 221 187 0.68 0 0.15 0.13 166.4 0.69 0.57
Hex 47 DD BB 44 0 F D A6 45 39
Octal 107 335 273 104 0 17 15 246 105 71
Binary 1000111 11011101 10111011 1000100 0 1111 1101 10100110 1000101 111001

Color Harmonies of #47DDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DDBB

Black with #47DDBB

Text Example


Text Example

White with #47DDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,221,187); }

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

background-color css

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

 a { background-color: rgb(71,221,187); }

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

border-color css

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

 span { border-color: rgb(71,221,187); }

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