Html Css Color HEX #47FAE3 Turquoise

📋 copy color: '#47FAE3'

red 71 ◦ green 250 ◦ blue 227

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

Shades of Turquoise #47FAE3

Tints of Turquoise #47FAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 41.42%

R = 12.96%
G = 45.62%
B = 41.42%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#47FAE3 (or 0x47FAE3) is known color: Turquoise. HEX triplet: 47, FA and E3. RGB value is (71,250,227). Sum of RGB (Red+Green+Blue) = 71+250+227=548 (72% of max value = 765). Red value is 71 (28.12% from 255 or 12.96% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 227 (89.06% from 255 or 41.42% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #47FAE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FAE3 is #B8051C. Grayscale: #C1C1C1. Windows color (decimal): -12059933 or 14940743. OLE color: 14940743.

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

Color convert

RGB 71 250 227 -
CMYK 0.72 0 0.09 0.02
HSL 172.29º 0.95% 0.63% -
HSV(B) 172.29º 0.72% 0.98% -
XYZ 50.65 75.26 84.53 -
YUV 193.86 146.7 40.37 -
System Red Green Blue C M Y K H S L
Decimal 71 250 227 0.72 0 0.09 0.02 172.29 0.95 0.63
Hex 47 FA E3 48 0 9 2 AC 5F 3F
Octal 107 372 343 110 0 11 2 254 137 77
Binary 1000111 11111010 11100011 1001000 0 1001 10 10101100 1011111 111111

Color Harmonies of #47FAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FAE3

Black with #47FAE3

Text Example


Text Example

White with #47FAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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