Html Css Color HEX #3FC4B6 Medium Turquoise

📋 copy color: '#3FC4B6'

red 63 ◦ green 196 ◦ blue 182

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

Shades of Medium Turquoise #3FC4B6

Tints of Medium Turquoise #3FC4B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.27%

R = 14.29%
G = 44.44%
B = 41.27%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#3FC4B6 (or 0x3FC4B6) is known color: Medium Turquoise. HEX triplet: 3F, C4 and B6. RGB value is (63,196,182). Sum of RGB (Red+Green+Blue) = 63+196+182=441 (58% of max value = 765). Red value is 63 (25% from 255 or 14.29% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 196 - color contains mainly: green. Hex color #3FC4B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC4B6 is #C03B49. Grayscale: #9A9A9A. Windows color (decimal): -12598090 or 11977791. OLE color: 11977791.

HSL color Cylindrical-coordinate representation of color #3FC4B6: hue angle of 173.68º 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 #3FC4B6 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB 63 196 182 -
CMYK 0.68 0 0.07 0.23
HSL 173.68º 0.53% 0.51% -
HSV(B) 173.68º 0.68% 0.77% -
XYZ 30.23 43.91 51.14 -
YUV 154.64 143.44 62.64 -
System Red Green Blue C M Y K H S L
Decimal 63 196 182 0.68 0 0.07 0.23 173.68 0.53 0.51
Hex 3F C4 B6 44 0 7 17 AE 35 33
Octal 77 304 266 104 0 7 27 256 65 63
Binary 111111 11000100 10110110 1000100 0 111 10111 10101110 110101 110011

Color Harmonies of #3FC4B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC4B6

Black with #3FC4B6

Text Example


Text Example

White with #3FC4B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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