Html Css Color HEX #3FD5BB Medium Turquoise

📋 copy color: '#3FD5BB'

red 63 ◦ green 213 ◦ blue 187

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

Shades of Medium Turquoise #3FD5BB

Tints of Medium Turquoise #3FD5BB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46%

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 13.61%
G = 46%
B = 40.39%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#3FD5BB (or 0x3FD5BB) is known color: Medium Turquoise. HEX triplet: 3F, D5 and BB. RGB value is (63,213,187). Sum of RGB (Red+Green+Blue) = 63+213+187=463 (61% of max value = 765). Red value is 63 (25% from 255 or 13.61% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD5BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD5BB is #C02A44. Grayscale: #A5A5A5. Windows color (decimal): -12593733 or 12309823. OLE color: 12309823.

HSL color Cylindrical-coordinate representation of color #3FD5BB: hue angle of 169.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD5BB is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 63 213 187 -
CMYK 0.70 0 0.12 0.16
HSL 169.6º 0.64% 0.54% -
HSV(B) 169.6º 0.7% 0.84% -
XYZ 34.81 52.23 55.26 -
YUV 165.19 140.31 55.11 -
System Red Green Blue C M Y K H S L
Decimal 63 213 187 0.70 0 0.12 0.16 169.6 0.64 0.54
Hex 3F D5 BB 46 0 C 10 AA 40 36
Octal 77 325 273 106 0 14 20 252 100 66
Binary 111111 11010101 10111011 1000110 0 1100 10000 10101010 1000000 110110

Color Harmonies of #3FD5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD5BB

Black with #3FD5BB

Text Example


Text Example

White with #3FD5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,213,187); }

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

background-color css

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

 a { background-color: rgb(63,213,187); }

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

border-color css

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

 span { border-color: rgb(63,213,187); }

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