Html Css Color HEX #47FAB8 Turquoise

📋 copy color: '#47FAB8'

red 71 ◦ green 250 ◦ blue 184

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

Shades of Turquoise #47FAB8

Tints of Turquoise #47FAB8

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.5%

 BLUE value IS 184 (72.27% from 255) = 36.44%

R = 14.06%
G = 49.5%
B = 36.44%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#47FAB8 (or 0x47FAB8) is known color: Turquoise. HEX triplet: 47, FA and B8. RGB value is (71,250,184). Sum of RGB (Red+Green+Blue) = 71+250+184=505 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.06% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 184 (72.27% from 255 or 36.44% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #47FAB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FAB8 is #B80547. Grayscale: #BDBDBD. Windows color (decimal): -12059976 or 12122695. OLE color: 12122695.

HSL color Cylindrical-coordinate representation of color #47FAB8: hue angle of 157.88º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FAB8 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 250 184 -
CMYK 0.72 0 0.26 0.02
HSL 157.88º 0.95% 0.63% -
HSV(B) 157.88º 0.72% 0.98% -
XYZ 45.44 73.17 57.08 -
YUV 188.96 125.2 43.87 -
System Red Green Blue C M Y K H S L
Decimal 71 250 184 0.72 0 0.26 0.02 157.88 0.95 0.63
Hex 47 FA B8 48 0 1A 2 9E 5F 3F
Octal 107 372 270 110 0 32 2 236 137 77
Binary 1000111 11111010 10111000 1001000 0 11010 10 10011110 1011111 111111

Color Harmonies of #47FAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FAB8

Black with #47FAB8

Text Example


Text Example

White with #47FAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,250,184); }

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

background-color css

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

 a { background-color: rgb(71,250,184); }

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

border-color css

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

 span { border-color: rgb(71,250,184); }

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