Html Css Color HEX #47FDDC Turquoise

📋 copy color: '#47FDDC'

red 71 ◦ green 253 ◦ blue 220

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

Shades of Turquoise #47FDDC

Tints of Turquoise #47FDDC

RGB

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

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

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

R = 13.05%
G = 46.51%
B = 40.44%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#47FDDC (or 0x47FDDC) is known color: Turquoise. HEX triplet: 47, FD and DC. RGB value is (71,253,220). Sum of RGB (Red+Green+Blue) = 71+253+220=544 (72% of max value = 765). Red value is 71 (28.12% from 255 or 13.05% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FDDC is #B80223. Grayscale: #C2C2C2. Windows color (decimal): -12059172 or 14482759. OLE color: 14482759.

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

Color convert

RGB 71 253 220 -
CMYK 0.72 0 0.13 0.01
HSL 169.12º 0.98% 0.64% -
HSV(B) 169.12º 0.72% 0.99% -
XYZ 50.64 76.76 79.86 -
YUV 194.82 142.2 39.68 -
System Red Green Blue C M Y K H S L
Decimal 71 253 220 0.72 0 0.13 0.01 169.12 0.98 0.64
Hex 47 FD DC 48 0 D 1 A9 62 40
Octal 107 375 334 110 0 15 1 251 142 100
Binary 1000111 11111101 11011100 1001000 0 1101 1 10101001 1100010 1000000

Color Harmonies of #47FDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FDDC

Black with #47FDDC

Text Example


Text Example

White with #47FDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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