Html Css Color HEX #3FC4BE Medium Turquoise

📋 copy color: '#3FC4BE'

red 63 ◦ green 196 ◦ blue 190

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

Shades of Medium Turquoise #3FC4BE

Tints of Medium Turquoise #3FC4BE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.65%

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

R = 14.03%
G = 43.65%
B = 42.32%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#3FC4BE (or 0x3FC4BE) is known color: Medium Turquoise. HEX triplet: 3F, C4 and BE. RGB value is (63,196,190). Sum of RGB (Red+Green+Blue) = 63+196+190=449 (59% of max value = 765). Red value is 63 (25% from 255 or 14.03% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #3FC4BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC4BE is #C03B41. Grayscale: #9B9B9B. Windows color (decimal): -12598082 or 12502079. OLE color: 12502079.

HSL color Cylindrical-coordinate representation of color #3FC4BE: hue angle of 177.29º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC4BE is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 63 196 190 -
CMYK 0.68 0 0.03 0.23
HSL 177.29º 0.53% 0.51% -
HSV(B) 177.29º 0.68% 0.77% -
XYZ 31.08 44.25 55.62 -
YUV 155.55 147.44 61.99 -
System Red Green Blue C M Y K H S L
Decimal 63 196 190 0.68 0 0.03 0.23 177.29 0.53 0.51
Hex 3F C4 BE 44 0 3 17 B1 35 33
Octal 77 304 276 104 0 3 27 261 65 63
Binary 111111 11000100 10111110 1000100 0 11 10111 10110001 110101 110011

Color Harmonies of #3FC4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC4BE

Black with #3FC4BE

Text Example


Text Example

White with #3FC4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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