Html Css Color HEX #47CFBA Medium Turquoise

📋 copy color: '#47CFBA'

red 71 ◦ green 207 ◦ blue 186

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

Shades of Medium Turquoise #47CFBA

Tints of Medium Turquoise #47CFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.09%

R = 15.3%
G = 44.61%
B = 40.09%

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

#47CFBA (or 0x47CFBA) is known color: Medium Turquoise. HEX triplet: 47, CF and BA. RGB value is (71,207,186). Sum of RGB (Red+Green+Blue) = 71+207+186=464 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.30% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CFBA is #B83045. Grayscale: #A3A3A3. Windows color (decimal): -12070982 or 12242759. OLE color: 12242759.

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

Color convert

RGB 71 207 186 -
CMYK 0.66 0 0.10 0.19
HSL 170.74º 0.59% 0.55% -
HSV(B) 170.74º 0.66% 0.81% -
XYZ 33.77 49.51 54.23 -
YUV 163.94 140.44 61.71 -
System Red Green Blue C M Y K H S L
Decimal 71 207 186 0.66 0 0.10 0.19 170.74 0.59 0.55
Hex 47 CF BA 42 0 A 13 AB 3B 37
Octal 107 317 272 102 0 12 23 253 73 67
Binary 1000111 11001111 10111010 1000010 0 1010 10011 10101011 111011 110111

Color Harmonies of #47CFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CFBA

Black with #47CFBA

Text Example


Text Example

White with #47CFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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