Html Css Color HEX #3FBEB8 Medium Turquoise

📋 copy color: '#3FBEB8'

red 63 ◦ green 190 ◦ blue 184

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

Shades of Medium Turquoise #3FBEB8

Tints of Medium Turquoise #3FBEB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.11%

R = 14.42%
G = 43.48%
B = 42.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#3FBEB8 (or 0x3FBEB8) is known color: Medium Turquoise. HEX triplet: 3F, BE and B8. RGB value is (63,190,184). Sum of RGB (Red+Green+Blue) = 63+190+184=437 (57% of max value = 765). Red value is 63 (25% from 255 or 14.42% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBEB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBEB8 is #C04147. Grayscale: #979797. Windows color (decimal): -12599624 or 12107327. OLE color: 12107327.

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

Color convert

RGB 63 190 184 -
CMYK 0.67 0 0.03 0.25
HSL 177.17º 0.5% 0.5% -
HSV(B) 177.17º 0.67% 0.75% -
XYZ 29.12 41.34 51.79 -
YUV 151.34 146.42 64.99 -
System Red Green Blue C M Y K H S L
Decimal 63 190 184 0.67 0 0.03 0.25 177.17 0.5 0.5
Hex 3F BE B8 43 0 3 19 B1 32 32
Octal 77 276 270 103 0 3 31 261 62 62
Binary 111111 10111110 10111000 1000011 0 11 11001 10110001 110010 110010

Color Harmonies of #3FBEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FBEB8

Black with #3FBEB8

Text Example


Text Example

White with #3FBEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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