Html Css Color HEX #47CABC Medium Turquoise

📋 copy color: '#47CABC'

red 71 ◦ green 202 ◦ blue 188

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

Shades of Medium Turquoise #47CABC

Tints of Medium Turquoise #47CABC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.82%

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

R = 15.4%
G = 43.82%
B = 40.78%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#47CABC (or 0x47CABC) is known color: Medium Turquoise. HEX triplet: 47, CA and BC. RGB value is (71,202,188). Sum of RGB (Red+Green+Blue) = 71+202+188=461 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.40% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #47CABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CABC is #B83543. Grayscale: #A1A1A1. Windows color (decimal): -12072260 or 12372551. OLE color: 12372551.

HSL color Cylindrical-coordinate representation of color #47CABC: hue angle of 173.59º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CABC is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 71 202 188 -
CMYK 0.65 0 0.07 0.21
HSL 173.59º 0.55% 0.54% -
HSV(B) 173.59º 0.65% 0.79% -
XYZ 32.8 47.21 54.96 -
YUV 161.24 143.1 63.64 -
System Red Green Blue C M Y K H S L
Decimal 71 202 188 0.65 0 0.07 0.21 173.59 0.55 0.54
Hex 47 CA BC 41 0 7 15 AE 37 36
Octal 107 312 274 101 0 7 25 256 67 66
Binary 1000111 11001010 10111100 1000001 0 111 10101 10101110 110111 110110

Color Harmonies of #47CABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CABC

Black with #47CABC

Text Example


Text Example

White with #47CABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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