Html Css Color HEX #47FDBA Turquoise

📋 copy color: '#47FDBA'

red 71 ◦ green 253 ◦ blue 186

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

Shades of Turquoise #47FDBA

Tints of Turquoise #47FDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 13.92%
G = 49.61%
B = 36.47%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#47FDBA (or 0x47FDBA) is known color: Turquoise. HEX triplet: 47, FD and BA. RGB value is (71,253,186). Sum of RGB (Red+Green+Blue) = 71+253+186=510 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.92% from 510); Green value is 253 (99.22% from 255 or 49.61% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FDBA is #B80245. Grayscale: #BFBFBF. Windows color (decimal): -12059206 or 12254535. OLE color: 12254535.

HSL color Cylindrical-coordinate representation of color #47FDBA: hue angle of 157.91º 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 #47FDBA is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 253 186 -
CMYK 0.72 0 0.26 0.01
HSL 157.91º 0.98% 0.64% -
HSV(B) 157.91º 0.72% 0.99% -
XYZ 46.59 75.14 58.5 -
YUV 190.94 125.2 42.45 -
System Red Green Blue C M Y K H S L
Decimal 71 253 186 0.72 0 0.26 0.01 157.91 0.98 0.64
Hex 47 FD BA 48 0 1A 1 9E 62 40
Octal 107 375 272 110 0 32 1 236 142 100
Binary 1000111 11111101 10111010 1001000 0 11010 1 10011110 1100010 1000000

Color Harmonies of #47FDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FDBA

Black with #47FDBA

Text Example


Text Example

White with #47FDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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