Html Css Color HEX #47FDCE Turquoise

📋 copy color: '#47FDCE'

red 71 ◦ green 253 ◦ blue 206

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

Shades of Turquoise #47FDCE

Tints of Turquoise #47FDCE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.74%

 BLUE value IS 206 (80.86% from 255) = 38.87%

R = 13.4%
G = 47.74%
B = 38.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#47FDCE (or 0x47FDCE) is known color: Turquoise. HEX triplet: 47, FD and CE. RGB value is (71,253,206). Sum of RGB (Red+Green+Blue) = 71+253+206=530 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.40% from 530); Green value is 253 (99.22% from 255 or 47.74% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FDCE is #B80231. Grayscale: #C1C1C1. Windows color (decimal): -12059186 or 13565255. OLE color: 13565255.

HSL color Cylindrical-coordinate representation of color #47FDCE: hue angle of 164.51º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FDCE is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 253 206 -
CMYK 0.72 0 0.19 0.01
HSL 164.51º 0.98% 0.64% -
HSV(B) 164.51º 0.72% 0.99% -
XYZ 48.86 76.05 70.5 -
YUV 193.22 135.2 40.82 -
System Red Green Blue C M Y K H S L
Decimal 71 253 206 0.72 0 0.19 0.01 164.51 0.98 0.64
Hex 47 FD CE 48 0 13 1 A5 62 40
Octal 107 375 316 110 0 23 1 245 142 100
Binary 1000111 11111101 11001110 1001000 0 10011 1 10100101 1100010 1000000

Color Harmonies of #47FDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FDCE

Black with #47FDCE

Text Example


Text Example

White with #47FDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,253,206); }

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

background-color css

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

 a { background-color: rgb(71,253,206); }

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

border-color css

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

 span { border-color: rgb(71,253,206); }

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