Html Css Color HEX #47FCDF Turquoise

📋 copy color: '#47FCDF'

red 71 ◦ green 252 ◦ blue 223

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

Shades of Turquoise #47FCDF

Tints of Turquoise #47FCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 13%
G = 46.15%
B = 40.84%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#47FCDF (or 0x47FCDF) is known color: Turquoise. HEX triplet: 47, FC and DF. RGB value is (71,252,223). Sum of RGB (Red+Green+Blue) = 71+252+223=546 (72% of max value = 765). Red value is 71 (28.12% from 255 or 13.00% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #47FCDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FCDF is #B80320. Grayscale: #C2C2C2. Windows color (decimal): -12059425 or 14679111. OLE color: 14679111.

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

Color convert

RGB 71 252 223 -
CMYK 0.72 0 0.12 0.01
HSL 170.39º 0.97% 0.63% -
HSV(B) 170.39º 0.72% 0.99% -
XYZ 50.73 76.29 81.86 -
YUV 194.58 144.03 39.86 -
System Red Green Blue C M Y K H S L
Decimal 71 252 223 0.72 0 0.12 0.01 170.39 0.97 0.63
Hex 47 FC DF 48 0 C 1 AA 61 3F
Octal 107 374 337 110 0 14 1 252 141 77
Binary 1000111 11111100 11011111 1001000 0 1100 1 10101010 1100001 111111

Color Harmonies of #47FCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FCDF

Black with #47FCDF

Text Example


Text Example

White with #47FCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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