Html Css Color HEX #47FABA Turquoise

📋 copy color: '#47FABA'

red 71 ◦ green 250 ◦ blue 186

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

Shades of Turquoise #47FABA

Tints of Turquoise #47FABA

RGB

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

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

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

R = 14%
G = 49.31%
B = 36.69%

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

#47FABA (or 0x47FABA) is known color: Turquoise. HEX triplet: 47, FA and BA. RGB value is (71,250,186). Sum of RGB (Red+Green+Blue) = 71+250+186=507 (67% of max value = 765). Red value is 71 (28.12% from 255 or 14.00% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 250 - color contains mainly: green. Hex color #47FABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FABA is #B80545. Grayscale: #BDBDBD. Windows color (decimal): -12059974 or 12253767. OLE color: 12253767.

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

Color convert

RGB 71 250 186 -
CMYK 0.72 0 0.26 0.02
HSL 158.55º 0.95% 0.63% -
HSV(B) 158.55º 0.72% 0.98% -
XYZ 45.65 73.26 58.19 -
YUV 189.18 126.2 43.7 -
System Red Green Blue C M Y K H S L
Decimal 71 250 186 0.72 0 0.26 0.02 158.55 0.95 0.63
Hex 47 FA BA 48 0 1A 2 9F 5F 3F
Octal 107 372 272 110 0 32 2 237 137 77
Binary 1000111 11111010 10111010 1001000 0 11010 10 10011111 1011111 111111

Color Harmonies of #47FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FABA

Black with #47FABA

Text Example


Text Example

White with #47FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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