Html Css Color HEX #3FD1BA Medium Turquoise

📋 copy color: '#3FD1BA'

red 63 ◦ green 209 ◦ blue 186

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

Shades of Medium Turquoise #3FD1BA

Tints of Medium Turquoise #3FD1BA

RGB

 RED value IS 63 (25% from 255) = 13.76%

 GREEN value IS 209 (82.03% from 255) = 45.63%

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

R = 13.76%
G = 45.63%
B = 40.61%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#3FD1BA (or 0x3FD1BA) is known color: Medium Turquoise. HEX triplet: 3F, D1 and BA. RGB value is (63,209,186). Sum of RGB (Red+Green+Blue) = 63+209+186=458 (60% of max value = 765). Red value is 63 (25% from 255 or 13.76% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 209 - color contains mainly: green. Hex color #3FD1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD1BA is #C02E45. Grayscale: #A2A2A2. Windows color (decimal): -12594758 or 12243263. OLE color: 12243263.

HSL color Cylindrical-coordinate representation of color #3FD1BA: hue angle of 170.55º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD1BA is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 63 209 186 -
CMYK 0.70 0 0.11 0.18
HSL 170.55º 0.61% 0.53% -
HSV(B) 170.55º 0.7% 0.82% -
XYZ 33.71 50.2 54.37 -
YUV 162.72 141.13 56.87 -
System Red Green Blue C M Y K H S L
Decimal 63 209 186 0.70 0 0.11 0.18 170.55 0.61 0.53
Hex 3F D1 BA 46 0 B 12 AB 3D 35
Octal 77 321 272 106 0 13 22 253 75 65
Binary 111111 11010001 10111010 1000110 0 1011 10010 10101011 111101 110101

Color Harmonies of #3FD1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD1BA

Black with #3FD1BA

Text Example


Text Example

White with #3FD1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FD1BA; }

 p { color: rgb(63,209,186); }

 H1.HeaderClassName
 {
   color: #3FD1BA;
 }
 .AnyTagClassName
 {
   color: #3FD1BA;
 }
</style>

background-color css

<style>
 a { background-color: #3FD1BA; }

 a { background-color: rgb(63,209,186); }

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

border-color css

<style>
 span { border-color: #3FD1BA; }

 span { border-color: rgb(63,209,186); }

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