Html Css Color HEX #47D0C6 Medium Turquoise

📋 copy color: '#47D0C6'

red 71 ◦ green 208 ◦ blue 198

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

Shades of Medium Turquoise #47D0C6

Tints of Medium Turquoise #47D0C6

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.61%

 BLUE value IS 198 (77.73% from 255) = 41.51%

R = 14.88%
G = 43.61%
B = 41.51%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#47D0C6 (or 0x47D0C6) is known color: Medium Turquoise. HEX triplet: 47, D0 and C6. RGB value is (71,208,198). Sum of RGB (Red+Green+Blue) = 71+208+198=477 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.88% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #47D0C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D0C6 is #B82F39. Grayscale: #A5A5A5. Windows color (decimal): -12070714 or 13029447. OLE color: 13029447.

HSL color Cylindrical-coordinate representation of color #47D0C6: hue angle of 175.62º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47D0C6 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 71 208 198 -
CMYK 0.66 0 0.05 0.18
HSL 175.62º 0.59% 0.55% -
HSV(B) 175.62º 0.66% 0.82% -
XYZ 35.35 50.53 61.32 -
YUV 165.9 146.11 60.31 -
System Red Green Blue C M Y K H S L
Decimal 71 208 198 0.66 0 0.05 0.18 175.62 0.59 0.55
Hex 47 D0 C6 42 0 5 12 B0 3B 37
Octal 107 320 306 102 0 5 22 260 73 67
Binary 1000111 11010000 11000110 1000010 0 101 10010 10110000 111011 110111

Color Harmonies of #47D0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D0C6

Black with #47D0C6

Text Example


Text Example

White with #47D0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,208,198); }

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

background-color css

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

 a { background-color: rgb(71,208,198); }

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

border-color css

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

 span { border-color: rgb(71,208,198); }

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