Html Css Color HEX #47F8D1 Turquoise

📋 copy color: '#47F8D1'

red 71 ◦ green 248 ◦ blue 209

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

Shades of Turquoise #47F8D1

Tints of Turquoise #47F8D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.58%

R = 13.45%
G = 46.97%
B = 39.58%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#47F8D1 (or 0x47F8D1) is known color: Turquoise. HEX triplet: 47, F8 and D1. RGB value is (71,248,209). Sum of RGB (Red+Green+Blue) = 71+248+209=528 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.45% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 248 - color contains mainly: green. Hex color #47F8D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F8D1 is #B8072E. Grayscale: #BEBEBE. Windows color (decimal): -12060463 or 13760583. OLE color: 13760583.

HSL color Cylindrical-coordinate representation of color #47F8D1: hue angle of 166.78º 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 #47F8D1 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 71 248 209 -
CMYK 0.71 0 0.16 0.03
HSL 166.78º 0.93% 0.63% -
HSV(B) 166.78º 0.71% 0.97% -
XYZ 47.67 73.08 71.91 -
YUV 190.63 138.36 42.67 -
System Red Green Blue C M Y K H S L
Decimal 71 248 209 0.71 0 0.16 0.03 166.78 0.93 0.63
Hex 47 F8 D1 47 0 10 3 A7 5D 3F
Octal 107 370 321 107 0 20 3 247 135 77
Binary 1000111 11111000 11010001 1000111 0 10000 11 10100111 1011101 111111

Color Harmonies of #47F8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F8D1

Black with #47F8D1

Text Example


Text Example

White with #47F8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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