Html Css Color HEX #47F8DC Turquoise

📋 copy color: '#47F8DC'

red 71 ◦ green 248 ◦ blue 220

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

Shades of Turquoise #47F8DC

Tints of Turquoise #47F8DC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.01%

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 13.17%
G = 46.01%
B = 40.82%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#47F8DC (or 0x47F8DC) is known color: Turquoise. HEX triplet: 47, F8 and DC. RGB value is (71,248,220). Sum of RGB (Red+Green+Blue) = 71+248+220=539 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.17% from 539); Green value is 248 (97.27% from 255 or 46.01% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 248 - color contains mainly: green. Hex color #47F8DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F8DC is #B80723. Grayscale: #BFBFBF. Windows color (decimal): -12060452 or 14481479. OLE color: 14481479.

HSL color Cylindrical-coordinate representation of color #47F8DC: hue angle of 170.51º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F8DC is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 71 248 220 -
CMYK 0.71 0 0.11 0.03
HSL 170.51º 0.93% 0.63% -
HSV(B) 170.51º 0.71% 0.97% -
XYZ 49.08 73.64 79.34 -
YUV 191.89 143.86 41.78 -
System Red Green Blue C M Y K H S L
Decimal 71 248 220 0.71 0 0.11 0.03 170.51 0.93 0.63
Hex 47 F8 DC 47 0 B 3 AB 5D 3F
Octal 107 370 334 107 0 13 3 253 135 77
Binary 1000111 11111000 11011100 1000111 0 1011 11 10101011 1011101 111111

Color Harmonies of #47F8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F8DC

Black with #47F8DC

Text Example


Text Example

White with #47F8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,248,220); }

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

background-color css

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

 a { background-color: rgb(71,248,220); }

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

border-color css

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

 span { border-color: rgb(71,248,220); }

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