Html Css Color HEX #47CFB7 Medium Turquoise

📋 copy color: '#47CFB7'

red 71 ◦ green 207 ◦ blue 183

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

Shades of Medium Turquoise #47CFB7

Tints of Medium Turquoise #47CFB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.7%

R = 15.4%
G = 44.9%
B = 39.7%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#47CFB7 (or 0x47CFB7) is known color: Medium Turquoise. HEX triplet: 47, CF and B7. RGB value is (71,207,183). Sum of RGB (Red+Green+Blue) = 71+207+183=461 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.40% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CFB7 is #B83048. Grayscale: #A3A3A3. Windows color (decimal): -12070985 or 12046151. OLE color: 12046151.

HSL color Cylindrical-coordinate representation of color #47CFB7: hue angle of 169.41º 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 #47CFB7 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 207 183 -
CMYK 0.66 0 0.12 0.19
HSL 169.41º 0.59% 0.55% -
HSV(B) 169.41º 0.66% 0.81% -
XYZ 33.46 49.38 52.57 -
YUV 163.6 138.94 61.95 -
System Red Green Blue C M Y K H S L
Decimal 71 207 183 0.66 0 0.12 0.19 169.41 0.59 0.55
Hex 47 CF B7 42 0 C 13 A9 3B 37
Octal 107 317 267 102 0 14 23 251 73 67
Binary 1000111 11001111 10110111 1000010 0 1100 10011 10101001 111011 110111

Color Harmonies of #47CFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CFB7

Black with #47CFB7

Text Example


Text Example

White with #47CFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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