Html Css Color HEX #3FD7BA Medium Turquoise

📋 copy color: '#3FD7BA'

red 63 ◦ green 215 ◦ blue 186

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

Shades of Medium Turquoise #3FD7BA

Tints of Medium Turquoise #3FD7BA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.34%

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

R = 13.58%
G = 46.34%
B = 40.09%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#3FD7BA (or 0x3FD7BA) is known color: Medium Turquoise. HEX triplet: 3F, D7 and BA. RGB value is (63,215,186). Sum of RGB (Red+Green+Blue) = 63+215+186=464 (61% of max value = 765). Red value is 63 (25% from 255 or 13.58% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #3FD7BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD7BA is #C02845. Grayscale: #A6A6A6. Windows color (decimal): -12593222 or 12244799. OLE color: 12244799.

HSL color Cylindrical-coordinate representation of color #3FD7BA: hue angle of 168.55º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD7BA is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 63 215 186 -
CMYK 0.71 0 0.13 0.16
HSL 168.55º 0.66% 0.55% -
HSV(B) 168.55º 0.71% 0.84% -
XYZ 35.21 53.2 54.87 -
YUV 166.25 139.14 54.36 -
System Red Green Blue C M Y K H S L
Decimal 63 215 186 0.71 0 0.13 0.16 168.55 0.66 0.55
Hex 3F D7 BA 47 0 D 10 A9 42 37
Octal 77 327 272 107 0 15 20 251 102 67
Binary 111111 11010111 10111010 1000111 0 1101 10000 10101001 1000010 110111

Color Harmonies of #3FD7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD7BA

Black with #3FD7BA

Text Example


Text Example

White with #3FD7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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