Html Css Color HEX #47DBBB Turquoise

📋 copy color: '#47DBBB'

red 71 ◦ green 219 ◦ blue 187

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

Shades of Turquoise #47DBBB

Tints of Turquoise #47DBBB

RGB

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

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

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

R = 14.88%
G = 45.91%
B = 39.2%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#47DBBB (or 0x47DBBB) is known color: Turquoise. HEX triplet: 47, DB and BB. RGB value is (71,219,187). Sum of RGB (Red+Green+Blue) = 71+219+187=477 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.88% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #47DBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DBBB is #B82444. Grayscale: #ABABAB. Windows color (decimal): -12067909 or 12311367. OLE color: 12311367.

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

Color convert

RGB 71 219 187 -
CMYK 0.68 0 0.15 0.14
HSL 167.03º 0.67% 0.57% -
HSV(B) 167.03º 0.68% 0.86% -
XYZ 36.9 55.59 55.8 -
YUV 171.1 136.97 56.6 -
System Red Green Blue C M Y K H S L
Decimal 71 219 187 0.68 0 0.15 0.14 167.03 0.67 0.57
Hex 47 DB BB 44 0 F E A7 43 39
Octal 107 333 273 104 0 17 16 247 103 71
Binary 1000111 11011011 10111011 1000100 0 1111 1110 10100111 1000011 111001

Color Harmonies of #47DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DBBB

Black with #47DBBB

Text Example


Text Example

White with #47DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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