Html Css Color HEX #3FBEC0 Medium Turquoise

📋 copy color: '#3FBEC0'

red 63 ◦ green 190 ◦ blue 192

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

Shades of Medium Turquoise #3FBEC0

Tints of Medium Turquoise #3FBEC0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.7%

 BLUE value IS 192 (75.39% from 255) = 43.15%

R = 14.16%
G = 42.7%
B = 43.15%

CMYK

 C value IS 0.67

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3FBEC0 (or 0x3FBEC0) is known color: Medium Turquoise. HEX triplet: 3F, BE and C0. RGB value is (63,190,192). Sum of RGB (Red+Green+Blue) = 63+190+192=445 (58% of max value = 765). Red value is 63 (25% from 255 or 14.16% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 192 - color contains mainly: blue. Hex color #3FBEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBEC0 is #C0413F. Grayscale: #989898. Windows color (decimal): -12599616 or 12631615. OLE color: 12631615.

HSL color Cylindrical-coordinate representation of color #3FBEC0: hue angle of 180.93º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBEC0 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 190 192 -
CMYK 0.67 0.01 0 0.25
HSL 180.93º 0.51% 0.5% -
HSV(B) 180.93º 0.67% 0.75% -
XYZ 29.98 41.69 56.34 -
YUV 152.26 150.42 64.34 -
System Red Green Blue C M Y K H S L
Decimal 63 190 192 0.67 0.01 0 0.25 180.93 0.51 0.5
Hex 3F BE C0 43 1 0 19 B5 33 32
Octal 77 276 300 103 1 0 31 265 63 62
Binary 111111 10111110 11000000 1000011 1 0 11001 10110101 110011 110010

Color Harmonies of #3FBEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FBEC0

Black with #3FBEC0

Text Example


Text Example

White with #3FBEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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