Html Css Color HEX #3FC6BE Medium Turquoise

📋 copy color: '#3FC6BE'

red 63 ◦ green 198 ◦ blue 190

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

Shades of Medium Turquoise #3FC6BE

Tints of Medium Turquoise #3FC6BE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.9%

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 13.97%
G = 43.9%
B = 42.13%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#3FC6BE (or 0x3FC6BE) is known color: Medium Turquoise. HEX triplet: 3F, C6 and BE. RGB value is (63,198,190). Sum of RGB (Red+Green+Blue) = 63+198+190=451 (59% of max value = 765). Red value is 63 (25% from 255 or 13.97% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 198 - color contains mainly: green. Hex color #3FC6BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC6BE is #C03941. Grayscale: #9C9C9C. Windows color (decimal): -12597570 or 12502591. OLE color: 12502591.

HSL color Cylindrical-coordinate representation of color #3FC6BE: hue angle of 176.44º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC6BE is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 63 198 190 -
CMYK 0.68 0 0.04 0.22
HSL 176.44º 0.54% 0.51% -
HSV(B) 176.44º 0.68% 0.78% -
XYZ 31.54 45.16 55.77 -
YUV 156.72 146.77 61.15 -
System Red Green Blue C M Y K H S L
Decimal 63 198 190 0.68 0 0.04 0.22 176.44 0.54 0.51
Hex 3F C6 BE 44 0 4 16 B0 36 33
Octal 77 306 276 104 0 4 26 260 66 63
Binary 111111 11000110 10111110 1000100 0 100 10110 10110000 110110 110011

Color Harmonies of #3FC6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC6BE

Black with #3FC6BE

Text Example


Text Example

White with #3FC6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,198,190); }

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

background-color css

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

 a { background-color: rgb(63,198,190); }

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

border-color css

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

 span { border-color: rgb(63,198,190); }

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