Html Css Color HEX #47DBC4 Turquoise

📋 copy color: '#47DBC4'

red 71 ◦ green 219 ◦ blue 196

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

Shades of Turquoise #47DBC4

Tints of Turquoise #47DBC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.33%

R = 14.61%
G = 45.06%
B = 40.33%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#47DBC4 (or 0x47DBC4) is known color: Turquoise. HEX triplet: 47, DB and C4. RGB value is (71,219,196). Sum of RGB (Red+Green+Blue) = 71+219+196=486 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.61% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #47DBC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DBC4 is #B8243B. Grayscale: #ACACAC. Windows color (decimal): -12067900 or 12901191. OLE color: 12901191.

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

Color convert

RGB 71 219 196 -
CMYK 0.68 0 0.11 0.14
HSL 170.68º 0.67% 0.57% -
HSV(B) 170.68º 0.68% 0.86% -
XYZ 37.89 55.99 61.03 -
YUV 172.13 141.47 55.87 -
System Red Green Blue C M Y K H S L
Decimal 71 219 196 0.68 0 0.11 0.14 170.68 0.67 0.57
Hex 47 DB C4 44 0 B E AB 43 39
Octal 107 333 304 104 0 13 16 253 103 71
Binary 1000111 11011011 11000100 1000100 0 1011 1110 10101011 1000011 111001

Color Harmonies of #47DBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DBC4

Black with #47DBC4

Text Example


Text Example

White with #47DBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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