Html Css Color HEX #47FACA Turquoise

📋 copy color: '#47FACA'

red 71 ◦ green 250 ◦ blue 202

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

Shades of Turquoise #47FACA

Tints of Turquoise #47FACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.62%

R = 13.58%
G = 47.8%
B = 38.62%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#47FACA (or 0x47FACA) is known color: Turquoise. HEX triplet: 47, FA and CA. RGB value is (71,250,202). Sum of RGB (Red+Green+Blue) = 71+250+202=523 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.58% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #47FACA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FACA is #B80535. Grayscale: #BFBFBF. Windows color (decimal): -12059958 or 13302343. OLE color: 13302343.

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

Color convert

RGB 71 250 202 -
CMYK 0.72 0 0.19 0.02
HSL 163.91º 0.95% 0.63% -
HSV(B) 163.91º 0.72% 0.98% -
XYZ 47.44 73.98 67.66 -
YUV 191.01 134.2 42.4 -
System Red Green Blue C M Y K H S L
Decimal 71 250 202 0.72 0 0.19 0.02 163.91 0.95 0.63
Hex 47 FA CA 48 0 13 2 A4 5F 3F
Octal 107 372 312 110 0 23 2 244 137 77
Binary 1000111 11111010 11001010 1001000 0 10011 10 10100100 1011111 111111

Color Harmonies of #47FACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FACA

Black with #47FACA

Text Example


Text Example

White with #47FACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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