Html Css Color HEX #47CFBC Medium Turquoise

📋 copy color: '#47CFBC'

red 71 ◦ green 207 ◦ blue 188

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

Shades of Medium Turquoise #47CFBC

Tints of Medium Turquoise #47CFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.34%

R = 15.24%
G = 44.42%
B = 40.34%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#47CFBC (or 0x47CFBC) is known color: Medium Turquoise. HEX triplet: 47, CF and BC. RGB value is (71,207,188). Sum of RGB (Red+Green+Blue) = 71+207+188=466 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.24% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CFBC is #B83043. Grayscale: #A4A4A4. Windows color (decimal): -12070980 or 12373831. OLE color: 12373831.

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

Color convert

RGB 71 207 188 -
CMYK 0.66 0 0.09 0.19
HSL 171.62º 0.59% 0.55% -
HSV(B) 171.62º 0.66% 0.81% -
XYZ 33.99 49.6 55.36 -
YUV 164.17 141.44 61.54 -
System Red Green Blue C M Y K H S L
Decimal 71 207 188 0.66 0 0.09 0.19 171.62 0.59 0.55
Hex 47 CF BC 42 0 9 13 AC 3B 37
Octal 107 317 274 102 0 11 23 254 73 67
Binary 1000111 11001111 10111100 1000010 0 1001 10011 10101100 111011 110111

Color Harmonies of #47CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CFBC

Black with #47CFBC

Text Example


Text Example

White with #47CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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