Html Css Color HEX #47FCCE Turquoise

📋 copy color: '#47FCCE'

red 71 ◦ green 252 ◦ blue 206

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

Shades of Turquoise #47FCCE

Tints of Turquoise #47FCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.94%

R = 13.42%
G = 47.64%
B = 38.94%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#47FCCE (or 0x47FCCE) is known color: Turquoise. HEX triplet: 47, FC and CE. RGB value is (71,252,206). Sum of RGB (Red+Green+Blue) = 71+252+206=529 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.42% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #47FCCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FCCE is #B80331. Grayscale: #C0C0C0. Windows color (decimal): -12059442 or 13564999. OLE color: 13564999.

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

Color convert

RGB 71 252 206 -
CMYK 0.72 0 0.18 0.01
HSL 164.75º 0.97% 0.63% -
HSV(B) 164.75º 0.72% 0.99% -
XYZ 48.55 75.42 70.39 -
YUV 192.64 135.53 41.24 -
System Red Green Blue C M Y K H S L
Decimal 71 252 206 0.72 0 0.18 0.01 164.75 0.97 0.63
Hex 47 FC CE 48 0 12 1 A5 61 3F
Octal 107 374 316 110 0 22 1 245 141 77
Binary 1000111 11111100 11001110 1001000 0 10010 1 10100101 1100001 111111

Color Harmonies of #47FCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FCCE

Black with #47FCCE

Text Example


Text Example

White with #47FCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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