Html Css Color HEX #47FDCC Turquoise

📋 copy color: '#47FDCC'

red 71 ◦ green 253 ◦ blue 204

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

Shades of Turquoise #47FDCC

Tints of Turquoise #47FDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.64%

R = 13.45%
G = 47.92%
B = 38.64%

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

#47FDCC (or 0x47FDCC) is known color: Turquoise. HEX triplet: 47, FD and CC. RGB value is (71,253,204). Sum of RGB (Red+Green+Blue) = 71+253+204=528 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.45% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FDCC is #B80233. Grayscale: #C1C1C1. Windows color (decimal): -12059188 or 13434183. OLE color: 13434183.

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

Color convert

RGB 71 253 204 -
CMYK 0.72 0 0.19 0.01
HSL 163.85º 0.98% 0.64% -
HSV(B) 163.85º 0.72% 0.99% -
XYZ 48.62 75.95 69.22 -
YUV 193 134.2 40.98 -
System Red Green Blue C M Y K H S L
Decimal 71 253 204 0.72 0 0.19 0.01 163.85 0.98 0.64
Hex 47 FD CC 48 0 13 1 A4 62 40
Octal 107 375 314 110 0 23 1 244 142 100
Binary 1000111 11111101 11001100 1001000 0 10011 1 10100100 1100010 1000000

Color Harmonies of #47FDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FDCC

Black with #47FDCC

Text Example


Text Example

White with #47FDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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