Html Css Color HEX #3FD3BB Medium Turquoise

📋 copy color: '#3FD3BB'

red 63 ◦ green 211 ◦ blue 187

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

Shades of Medium Turquoise #3FD3BB

Tints of Medium Turquoise #3FD3BB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.77%

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

R = 13.67%
G = 45.77%
B = 40.56%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#3FD3BB (or 0x3FD3BB) is known color: Medium Turquoise. HEX triplet: 3F, D3 and BB. RGB value is (63,211,187). Sum of RGB (Red+Green+Blue) = 63+211+187=461 (61% of max value = 765). Red value is 63 (25% from 255 or 13.67% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 211 - color contains mainly: green. Hex color #3FD3BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD3BB is #C02C44. Grayscale: #A3A3A3. Windows color (decimal): -12594245 or 12309311. OLE color: 12309311.

HSL color Cylindrical-coordinate representation of color #3FD3BB: hue angle of 170.27º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD3BB is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 63 211 187 -
CMYK 0.70 0 0.11 0.17
HSL 170.27º 0.63% 0.54% -
HSV(B) 170.27º 0.7% 0.83% -
XYZ 34.31 51.23 55.09 -
YUV 164.01 140.97 55.95 -
System Red Green Blue C M Y K H S L
Decimal 63 211 187 0.70 0 0.11 0.17 170.27 0.63 0.54
Hex 3F D3 BB 46 0 B 11 AA 3F 36
Octal 77 323 273 106 0 13 21 252 77 66
Binary 111111 11010011 10111011 1000110 0 1011 10001 10101010 111111 110110

Color Harmonies of #3FD3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD3BB

Black with #3FD3BB

Text Example


Text Example

White with #3FD3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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