Html Css Color HEX #47DBD4 Turquoise

📋 copy color: '#47DBD4'

red 71 ◦ green 219 ◦ blue 212

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

Shades of Turquoise #47DBD4

Tints of Turquoise #47DBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.23%

R = 14.14%
G = 43.63%
B = 42.23%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#47DBD4 (or 0x47DBD4) is known color: Turquoise. HEX triplet: 47, DB and D4. RGB value is (71,219,212). Sum of RGB (Red+Green+Blue) = 71+219+212=502 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.14% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #47DBD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DBD4 is #B8242B. Grayscale: #ADADAD. Windows color (decimal): -12067884 or 13949767. OLE color: 13949767.

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

Color convert

RGB 71 219 212 -
CMYK 0.68 0 0.03 0.14
HSL 177.16º 0.67% 0.57% -
HSV(B) 177.16º 0.68% 0.86% -
XYZ 39.81 56.76 71.14 -
YUV 173.95 149.47 54.57 -
System Red Green Blue C M Y K H S L
Decimal 71 219 212 0.68 0 0.03 0.14 177.16 0.67 0.57
Hex 47 DB D4 44 0 3 E B1 43 39
Octal 107 333 324 104 0 3 16 261 103 71
Binary 1000111 11011011 11010100 1000100 0 11 1110 10110001 1000011 111001

Color Harmonies of #47DBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DBD4

Black with #47DBD4

Text Example


Text Example

White with #47DBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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