Html Css Color HEX #47FACC Turquoise

📋 copy color: '#47FACC'

red 71 ◦ green 250 ◦ blue 204

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

Shades of Turquoise #47FACC

Tints of Turquoise #47FACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.86%

R = 13.52%
G = 47.62%
B = 38.86%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#47FACC (or 0x47FACC) is known color: Turquoise. HEX triplet: 47, FA and CC. RGB value is (71,250,204). Sum of RGB (Red+Green+Blue) = 71+250+204=525 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.52% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #47FACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FACC is #B80533. Grayscale: #BFBFBF. Windows color (decimal): -12059956 or 13433415. OLE color: 13433415.

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

Color convert

RGB 71 250 204 -
CMYK 0.72 0 0.18 0.02
HSL 164.58º 0.95% 0.63% -
HSV(B) 164.58º 0.72% 0.98% -
XYZ 47.68 74.07 68.91 -
YUV 191.24 135.2 42.24 -
System Red Green Blue C M Y K H S L
Decimal 71 250 204 0.72 0 0.18 0.02 164.58 0.95 0.63
Hex 47 FA CC 48 0 12 2 A5 5F 3F
Octal 107 372 314 110 0 22 2 245 137 77
Binary 1000111 11111010 11001100 1001000 0 10010 10 10100101 1011111 111111

Color Harmonies of #47FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FACC

Black with #47FACC

Text Example


Text Example

White with #47FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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