Html Css Color HEX #47ECCE Turquoise

📋 copy color: '#47ECCE'

red 71 ◦ green 236 ◦ blue 206

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

Shades of Turquoise #47ECCE

Tints of Turquoise #47ECCE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46%

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

R = 13.84%
G = 46%
B = 40.16%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#47ECCE (or 0x47ECCE) is known color: Turquoise. HEX triplet: 47, EC and CE. RGB value is (71,236,206). Sum of RGB (Red+Green+Blue) = 71+236+206=513 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.84% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #47ECCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47ECCE is #B81331. Grayscale: #B7B7B7. Windows color (decimal): -12063538 or 13560903. OLE color: 13560903.

HSL color Cylindrical-coordinate representation of color #47ECCE: hue angle of 169.09º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47ECCE is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 236 206 -
CMYK 0.70 0 0.13 0.07
HSL 169.09º 0.81% 0.6% -
HSV(B) 169.09º 0.7% 0.93% -
XYZ 43.73 65.79 68.79 -
YUV 183.25 140.84 47.94 -
System Red Green Blue C M Y K H S L
Decimal 71 236 206 0.70 0 0.13 0.07 169.09 0.81 0.6
Hex 47 EC CE 46 0 D 7 A9 51 3C
Octal 107 354 316 106 0 15 7 251 121 74
Binary 1000111 11101100 11001110 1000110 0 1101 111 10101001 1010001 111100

Color Harmonies of #47ECCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ECCE

Black with #47ECCE

Text Example


Text Example

White with #47ECCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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