Html Css Color HEX #47C8CD Medium Turquoise

📋 copy color: '#47C8CD'

red 71 ◦ green 200 ◦ blue 205

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

Shades of Medium Turquoise #47C8CD

Tints of Medium Turquoise #47C8CD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.02%

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 14.92%
G = 42.02%
B = 43.07%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#47C8CD (or 0x47C8CD) is known color: Medium Turquoise. HEX triplet: 47, C8 and CD. RGB value is (71,200,205). Sum of RGB (Red+Green+Blue) = 71+200+205=476 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.92% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #47C8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C8CD is #B83732. Grayscale: #A1A1A1. Windows color (decimal): -12072755 or 13486151. OLE color: 13486151.

HSL color Cylindrical-coordinate representation of color #47C8CD: hue angle of 182.24º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47C8CD is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 200 205 -
CMYK 0.65 0.02 0 0.20
HSL 182.24º 0.57% 0.54% -
HSV(B) 182.24º 0.65% 0.8% -
XYZ 34.27 47.06 65.03 -
YUV 162 152.26 63.09 -
System Red Green Blue C M Y K H S L
Decimal 71 200 205 0.65 0.02 0 0.20 182.24 0.57 0.54
Hex 47 C8 CD 41 2 0 14 B6 39 36
Octal 107 310 315 101 2 0 24 266 71 66
Binary 1000111 11001000 11001101 1000001 10 0 10100 10110110 111001 110110

Color Harmonies of #47C8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C8CD

Black with #47C8CD

Text Example


Text Example

White with #47C8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,200,205); }

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

background-color css

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

 a { background-color: rgb(71,200,205); }

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

border-color css

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

 span { border-color: rgb(71,200,205); }

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