Html Css Color HEX #47CCBD Medium Turquoise

📋 copy color: '#47CCBD'

red 71 ◦ green 204 ◦ blue 189

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

Shades of Medium Turquoise #47CCBD

Tints of Medium Turquoise #47CCBD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.97%

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

R = 15.3%
G = 43.97%
B = 40.73%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#47CCBD (or 0x47CCBD) is known color: Medium Turquoise. HEX triplet: 47, CC and BD. RGB value is (71,204,189). Sum of RGB (Red+Green+Blue) = 71+204+189=464 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.30% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #47CCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CCBD is #B83342. Grayscale: #A2A2A2. Windows color (decimal): -12071747 or 12438599. OLE color: 12438599.

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

Color convert

RGB 71 204 189 -
CMYK 0.65 0 0.07 0.2
HSL 173.23º 0.57% 0.54% -
HSV(B) 173.23º 0.65% 0.8% -
XYZ 33.38 48.2 55.69 -
YUV 162.52 142.94 62.72 -
System Red Green Blue C M Y K H S L
Decimal 71 204 189 0.65 0 0.07 0.2 173.23 0.57 0.54
Hex 47 CC BD 41 0 7 14 AD 39 36
Octal 107 314 275 101 0 7 24 255 71 66
Binary 1000111 11001100 10111101 1000001 0 111 10100 10101101 111001 110110

Color Harmonies of #47CCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CCBD

Black with #47CCBD

Text Example


Text Example

White with #47CCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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