Html Css Color HEX #47FDB9 Turquoise

📋 copy color: '#47FDB9'

red 71 ◦ green 253 ◦ blue 185

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

Shades of Turquoise #47FDB9

Tints of Turquoise #47FDB9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.71%

 BLUE value IS 185 (72.66% from 255) = 36.35%

R = 13.95%
G = 49.71%
B = 36.35%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#47FDB9 (or 0x47FDB9) is known color: Turquoise. HEX triplet: 47, FD and B9. RGB value is (71,253,185). Sum of RGB (Red+Green+Blue) = 71+253+185=509 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.95% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FDB9 is #B80246. Grayscale: #BEBEBE. Windows color (decimal): -12059207 or 12188999. OLE color: 12188999.

HSL color Cylindrical-coordinate representation of color #47FDB9: hue angle of 157.58º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FDB9 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 253 185 -
CMYK 0.72 0 0.27 0.01
HSL 157.58º 0.98% 0.64% -
HSV(B) 157.58º 0.72% 0.99% -
XYZ 46.48 75.09 57.94 -
YUV 190.83 124.7 42.53 -
System Red Green Blue C M Y K H S L
Decimal 71 253 185 0.72 0 0.27 0.01 157.58 0.98 0.64
Hex 47 FD B9 48 0 1B 1 9E 62 40
Octal 107 375 271 110 0 33 1 236 142 100
Binary 1000111 11111101 10111001 1001000 0 11011 1 10011110 1100010 1000000

Color Harmonies of #47FDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FDB9

Black with #47FDB9

Text Example


Text Example

White with #47FDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,253,185); }

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

background-color css

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

 a { background-color: rgb(71,253,185); }

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

border-color css

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

 span { border-color: rgb(71,253,185); }

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