Html Css Color HEX #47FFD3 Turquoise

📋 copy color: '#47FFD3'

red 71 ◦ green 255 ◦ blue 211

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

Shades of Turquoise #47FFD3

Tints of Turquoise #47FFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.29%

R = 13.22%
G = 47.49%
B = 39.29%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#47FFD3 (or 0x47FFD3) is known color: Turquoise. HEX triplet: 47, FF and D3. RGB value is (71,255,211). Sum of RGB (Red+Green+Blue) = 71+255+211=537 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.22% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FFD3 is #B8002C. Grayscale: #C2C2C2. Windows color (decimal): -12058669 or 13893447. OLE color: 13893447.

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

Color convert

RGB 71 255 211 -
CMYK 0.72 0 0.17 0
HSL 165.65º 1% 0.64% -
HSV(B) 165.65º 0.72% 1% -
XYZ 50.12 77.56 73.96 -
YUV 194.97 137.04 39.58 -
System Red Green Blue C M Y K H S L
Decimal 71 255 211 0.72 0 0.17 0 165.65 1 0.64
Hex 47 FF D3 48 0 11 0 A6 64 40
Octal 107 377 323 110 0 21 0 246 144 100
Binary 1000111 11111111 11010011 1001000 0 10001 0 10100110 1100100 1000000

Color Harmonies of #47FFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FFD3

Black with #47FFD3

Text Example


Text Example

White with #47FFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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