Html Css Color HEX #47FECB Turquoise

📋 copy color: '#47FECB'

red 71 ◦ green 254 ◦ blue 203

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

Shades of Turquoise #47FECB

Tints of Turquoise #47FECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.45%

R = 13.45%
G = 48.11%
B = 38.45%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#47FECB (or 0x47FECB) is known color: Turquoise. HEX triplet: 47, FE and CB. RGB value is (71,254,203). Sum of RGB (Red+Green+Blue) = 71+254+203=528 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.45% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #47FECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FECB is #B80134. Grayscale: #C1C1C1. Windows color (decimal): -12058933 or 13368903. OLE color: 13368903.

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

Color convert

RGB 71 254 203 -
CMYK 0.72 0 0.20 0.00
HSL 163.28º 0.99% 0.64% -
HSV(B) 163.28º 0.72% 1% -
XYZ 48.82 76.54 68.7 -
YUV 193.47 133.37 40.65 -
System Red Green Blue C M Y K H S L
Decimal 71 254 203 0.72 0 0.20 0.00 163.28 0.99 0.64
Hex 47 FE CB 48 0 14 0 A3 63 40
Octal 107 376 313 110 0 24 0 243 143 100
Binary 1000111 11111110 11001011 1001000 0 10100 0 10100011 1100011 1000000

Color Harmonies of #47FECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FECB

Black with #47FECB

Text Example


Text Example

White with #47FECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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