Html Css Color HEX #47FCCC Turquoise

📋 copy color: '#47FCCC'

red 71 ◦ green 252 ◦ blue 204

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

Shades of Turquoise #47FCCC

Tints of Turquoise #47FCCC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.82%

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

R = 13.47%
G = 47.82%
B = 38.71%

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

#47FCCC (or 0x47FCCC) is known color: Turquoise. HEX triplet: 47, FC and CC. RGB value is (71,252,204). Sum of RGB (Red+Green+Blue) = 71+252+204=527 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.47% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #47FCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FCCC is #B80333. Grayscale: #C0C0C0. Windows color (decimal): -12059444 or 13433927. OLE color: 13433927.

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

Color convert

RGB 71 252 204 -
CMYK 0.72 0 0.19 0.01
HSL 164.09º 0.97% 0.63% -
HSV(B) 164.09º 0.72% 0.99% -
XYZ 48.31 75.32 69.12 -
YUV 192.41 134.53 41.4 -
System Red Green Blue C M Y K H S L
Decimal 71 252 204 0.72 0 0.19 0.01 164.09 0.97 0.63
Hex 47 FC CC 48 0 13 1 A4 61 3F
Octal 107 374 314 110 0 23 1 244 141 77
Binary 1000111 11111100 11001100 1001000 0 10011 1 10100100 1100001 111111

Color Harmonies of #47FCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FCCC

Black with #47FCCC

Text Example


Text Example

White with #47FCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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