Html Css Color HEX #47CDBD Medium Turquoise

📋 copy color: '#47CDBD'

red 71 ◦ green 205 ◦ blue 189

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

Shades of Medium Turquoise #47CDBD

Tints of Medium Turquoise #47CDBD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.09%

 BLUE value IS 189 (74.22% from 255) = 40.65%

R = 15.27%
G = 44.09%
B = 40.65%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#47CDBD (or 0x47CDBD) is known color: Medium Turquoise. HEX triplet: 47, CD and BD. RGB value is (71,205,189). Sum of RGB (Red+Green+Blue) = 71+205+189=465 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.27% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #47CDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CDBD is #B83242. Grayscale: #A3A3A3. Windows color (decimal): -12071491 or 12438855. OLE color: 12438855.

HSL color Cylindrical-coordinate representation of color #47CDBD: hue angle of 172.84º 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 #47CDBD is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 205 189 -
CMYK 0.65 0 0.08 0.20
HSL 172.84º 0.57% 0.54% -
HSV(B) 172.84º 0.65% 0.8% -
XYZ 33.62 48.68 55.77 -
YUV 163.11 142.61 62.3 -
System Red Green Blue C M Y K H S L
Decimal 71 205 189 0.65 0 0.08 0.20 172.84 0.57 0.54
Hex 47 CD BD 41 0 8 14 AD 39 36
Octal 107 315 275 101 0 10 24 255 71 66
Binary 1000111 11001101 10111101 1000001 0 1000 10100 10101101 111001 110110

Color Harmonies of #47CDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CDBD

Black with #47CDBD

Text Example


Text Example

White with #47CDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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