Html Css Color HEX #47CFBB Medium Turquoise

📋 copy color: '#47CFBB'

red 71 ◦ green 207 ◦ blue 187

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

Shades of Medium Turquoise #47CFBB

Tints of Medium Turquoise #47CFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.22%

R = 15.27%
G = 44.52%
B = 40.22%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#47CFBB (or 0x47CFBB) is known color: Medium Turquoise. HEX triplet: 47, CF and BB. RGB value is (71,207,187). Sum of RGB (Red+Green+Blue) = 71+207+187=465 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.27% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CFBB is #B83044. Grayscale: #A4A4A4. Windows color (decimal): -12070981 or 12308295. OLE color: 12308295.

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

Color convert

RGB 71 207 187 -
CMYK 0.66 0 0.10 0.19
HSL 171.18º 0.59% 0.55% -
HSV(B) 171.18º 0.66% 0.81% -
XYZ 33.88 49.55 54.79 -
YUV 164.06 140.94 61.63 -
System Red Green Blue C M Y K H S L
Decimal 71 207 187 0.66 0 0.10 0.19 171.18 0.59 0.55
Hex 47 CF BB 42 0 A 13 AB 3B 37
Octal 107 317 273 102 0 12 23 253 73 67
Binary 1000111 11001111 10111011 1000010 0 1010 10011 10101011 111011 110111

Color Harmonies of #47CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CFBB

Black with #47CFBB

Text Example


Text Example

White with #47CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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