Html Css Color HEX #3FBEB7 Medium Turquoise

📋 copy color: '#3FBEB7'

red 63 ◦ green 190 ◦ blue 183

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

Shades of Medium Turquoise #3FBEB7

Tints of Medium Turquoise #3FBEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.97%

R = 14.45%
G = 43.58%
B = 41.97%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#3FBEB7 (or 0x3FBEB7) is known color: Medium Turquoise. HEX triplet: 3F, BE and B7. RGB value is (63,190,183). Sum of RGB (Red+Green+Blue) = 63+190+183=436 (57% of max value = 765). Red value is 63 (25% from 255 or 14.45% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBEB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBEB7 is #C04148. Grayscale: #979797. Windows color (decimal): -12599625 or 12041791. OLE color: 12041791.

HSL color Cylindrical-coordinate representation of color #3FBEB7: hue angle of 176.69º degrees, saturation: 0.5, 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 #3FBEB7 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 190 183 -
CMYK 0.67 0 0.04 0.25
HSL 176.69º 0.5% 0.5% -
HSV(B) 176.69º 0.67% 0.75% -
XYZ 29.01 41.3 51.24 -
YUV 151.23 145.92 65.07 -
System Red Green Blue C M Y K H S L
Decimal 63 190 183 0.67 0 0.04 0.25 176.69 0.5 0.5
Hex 3F BE B7 43 0 4 19 B1 32 32
Octal 77 276 267 103 0 4 31 261 62 62
Binary 111111 10111110 10110111 1000011 0 100 11001 10110001 110010 110010

Color Harmonies of #3FBEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FBEB7

Black with #3FBEB7

Text Example


Text Example

White with #3FBEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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