Html Css Color HEX #47FFDE Turquoise

📋 copy color: '#47FFDE'

red 71 ◦ green 255 ◦ blue 222

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

Shades of Turquoise #47FFDE

Tints of Turquoise #47FFDE

RGB

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

 GREEN value IS 255 (100% from 255) = 46.53%

 BLUE value IS 222 (87.11% from 255) = 40.51%

R = 12.96%
G = 46.53%
B = 40.51%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#47FFDE (or 0x47FFDE) is known color: Turquoise. HEX triplet: 47, FF and DE. RGB value is (71,255,222). Sum of RGB (Red+Green+Blue) = 71+255+222=548 (72% of max value = 765). Red value is 71 (28.12% from 255 or 12.96% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FFDE is #B80021. Grayscale: #C4C4C4. Windows color (decimal): -12058658 or 14614343. OLE color: 14614343.

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

Color convert

RGB 71 255 222 -
CMYK 0.72 0 0.13 0
HSL 169.24º 1% 0.64% -
HSV(B) 169.24º 0.72% 1% -
XYZ 51.54 78.13 81.47 -
YUV 196.22 142.54 38.68 -
System Red Green Blue C M Y K H S L
Decimal 71 255 222 0.72 0 0.13 0 169.24 1 0.64
Hex 47 FF DE 48 0 D 0 A9 64 40
Octal 107 377 336 110 0 15 0 251 144 100
Binary 1000111 11111111 11011110 1001000 0 1101 0 10101001 1100100 1000000

Color Harmonies of #47FFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FFDE

Black with #47FFDE

Text Example


Text Example

White with #47FFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,255,222); }

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

background-color css

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

 a { background-color: rgb(71,255,222); }

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

border-color css

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

 span { border-color: rgb(71,255,222); }

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