Html Css Color HEX #47ECDF Turquoise

📋 copy color: '#47ECDF'

red 71 ◦ green 236 ◦ blue 223

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

Shades of Turquoise #47ECDF

Tints of Turquoise #47ECDF

RGB

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

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

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

R = 13.4%
G = 44.53%
B = 42.08%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#47ECDF (or 0x47ECDF) is known color: Turquoise. HEX triplet: 47, EC and DF. RGB value is (71,236,223). Sum of RGB (Red+Green+Blue) = 71+236+223=530 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.40% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #47ECDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47ECDF is #B81320. Grayscale: #B9B9B9. Windows color (decimal): -12063521 or 14675015. OLE color: 14675015.

HSL color Cylindrical-coordinate representation of color #47ECDF: hue angle of 175.27º 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 #47ECDF is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 236 223 -
CMYK 0.70 0 0.06 0.07
HSL 175.27º 0.81% 0.6% -
HSV(B) 175.27º 0.7% 0.93% -
XYZ 45.91 66.66 80.26 -
YUV 185.18 149.34 46.56 -
System Red Green Blue C M Y K H S L
Decimal 71 236 223 0.70 0 0.06 0.07 175.27 0.81 0.6
Hex 47 EC DF 46 0 6 7 AF 51 3C
Octal 107 354 337 106 0 6 7 257 121 74
Binary 1000111 11101100 11011111 1000110 0 110 111 10101111 1010001 111100

Color Harmonies of #47ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ECDF

Black with #47ECDF

Text Example


Text Example

White with #47ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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