Html Css Color HEX #47FEB3 Turquoise

📋 copy color: '#47FEB3'

red 71 ◦ green 254 ◦ blue 179

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

Shades of Turquoise #47FEB3

Tints of Turquoise #47FEB3

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.4%

 BLUE value IS 179 (70.31% from 255) = 35.52%

R = 14.09%
G = 50.4%
B = 35.52%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#47FEB3 (or 0x47FEB3) is known color: Turquoise. HEX triplet: 47, FE and B3. RGB value is (71,254,179). Sum of RGB (Red+Green+Blue) = 71+254+179=504 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.09% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #47FEB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FEB3 is #B8014C. Grayscale: #BEBEBE. Windows color (decimal): -12058957 or 11796039. OLE color: 11796039.

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

Color convert

RGB 71 254 179 -
CMYK 0.72 0 0.30 0.00
HSL 155.41º 0.99% 0.64% -
HSV(B) 155.41º 0.72% 1% -
XYZ 46.18 75.48 54.78 -
YUV 190.73 121.37 42.6 -
System Red Green Blue C M Y K H S L
Decimal 71 254 179 0.72 0 0.30 0.00 155.41 0.99 0.64
Hex 47 FE B3 48 0 1E 0 9B 63 40
Octal 107 376 263 110 0 36 0 233 143 100
Binary 1000111 11111110 10110011 1001000 0 11110 0 10011011 1100011 1000000

Color Harmonies of #47FEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FEB3

Black with #47FEB3

Text Example


Text Example

White with #47FEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,254,179); }

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

background-color css

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

 a { background-color: rgb(71,254,179); }

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

border-color css

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

 span { border-color: rgb(71,254,179); }

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