Html Css Color HEX #47CFBF Medium Turquoise

📋 copy color: '#47CFBF'

red 71 ◦ green 207 ◦ blue 191

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

Shades of Medium Turquoise #47CFBF

Tints of Medium Turquoise #47CFBF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.14%

 BLUE value IS 191 (75% from 255) = 40.72%

R = 15.14%
G = 44.14%
B = 40.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#47CFBF (or 0x47CFBF) is known color: Medium Turquoise. HEX triplet: 47, CF and BF. RGB value is (71,207,191). Sum of RGB (Red+Green+Blue) = 71+207+191=469 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.14% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CFBF is #B83040. Grayscale: #A4A4A4. Windows color (decimal): -12070977 or 12570439. OLE color: 12570439.

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

Color convert

RGB 71 207 191 -
CMYK 0.66 0 0.08 0.19
HSL 172.94º 0.59% 0.55% -
HSV(B) 172.94º 0.66% 0.81% -
XYZ 34.32 49.73 57.08 -
YUV 164.51 142.94 61.3 -
System Red Green Blue C M Y K H S L
Decimal 71 207 191 0.66 0 0.08 0.19 172.94 0.59 0.55
Hex 47 CF BF 42 0 8 13 AD 3B 37
Octal 107 317 277 102 0 10 23 255 73 67
Binary 1000111 11001111 10111111 1000010 0 1000 10011 10101101 111011 110111

Color Harmonies of #47CFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CFBF

Black with #47CFBF

Text Example


Text Example

White with #47CFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,207,191); }

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

background-color css

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

 a { background-color: rgb(71,207,191); }

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

border-color css

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

 span { border-color: rgb(71,207,191); }

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